maven,spring 4.x 모든 의존 도입
spring-framework-4.3.7.RELEASE-dist.zip 의 내용 참조
central
Central Repository
http://repo1.maven.org/maven2/
default
false
com.springsource.repository.bundles.release
EBR Spring Release Repository
http://repository.springsource.com/maven/bundles/release
com.springsource.repository.bundles.external
EBR External Release Repository
http://repository.springsource.com/maven/bundles/external
4.3.7.RELEASE
org.springframework
spring-aop
${org.springframework.version}
org.springframework
spring-aspects
${org.springframework.version}
org.springframework
spring-beans
${org.springframework.version}
org.springframework
spring-context
${org.springframework.version}
org.springframework
spring-context-support
${org.springframework.version}
org.springframework
spring-core
${org.springframework.version}
org.springframework
spring-expression
${org.springframework.version}
org.springframework
spring-instrument
${org.springframework.version}
org.springframework
spring-instrument-tomcat
${org.springframework.version}
org.springframework
spring-jdbc
${org.springframework.version}
org.springframework
spring-jms
${org.springframework.version}
org.springframework
spring-messaging
${org.springframework.version}
org.springframework
spring-orm
${org.springframework.version}
org.springframework
spring-oxm
${org.springframework.version}
org.springframework
spring-test
${org.springframework.version}
org.springframework
spring-tx
${org.springframework.version}
org.springframework
spring-web
${org.springframework.version}
org.springframework
spring-webmvc
${org.springframework.version}
org.springframework
spring-webmvc-portlet
${org.springframework.version}
org.springframework
spring-websocket
${org.springframework.version}
이렇게 도입 하 는 것 은 좋 지 않 을 수 있 습 니 다.예 를 들 어 spring-webmvc 를 도입 하면 maven 은 자동 으로 다른 의존 도 를 도입 합 니 다.
하지만 나 는 이런 것 을 좋아한다.먼저 모든 의존 을 끌 어 들 이 고,
spring 4.x 모든 네 임 스페이스 도입 xmlns xsi:schemaLocation
http://happyqing.iteye.com/blog/2303238
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Windows에서 CodeArtifact(Maven)용 토큰을 자동으로 생성하는 방법CodeArtifact를 사용한 적이 있거나 사용할 계획이라면 매일 모든 Maven 프로젝트에서 수동으로 토큰(CODEARTIFACT_AUTH_TOKEN)을 생성해야 합니다. 이는 어려울 수 있으며 개발 속도를 늦출...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.