스프링 Maven Dependency 설정
- 인텔리제이 스프링 레거시 전용
https://mvnrepository.com/artifact/org.springframework/spring-framework-bom
Spring framework
https://mvnrepository.com/artifact/org.springframework/spring-webmvc
https://mvnrepository.com/artifact/org.springframework/spring-web
https://mvnrepository.com/artifact/org.springframework/spring-context-support
- 스프링 레거시
project lombok
https://mvnrepository.com/artifact/org.projectlombok/lombok
jackson-bind
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
Spring Security
https://mvnrepository.com/artifact/org.springframework.security/spring-security-bom
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/org.springframework.security/spring-security-core -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/org.springframework.security/spring-security-core -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/org.springframework.security/spring-security-core -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-taglibs</artifactId>
</dependency>
tiles
https://mvnrepository.com/artifact/org.apache.tiles/tiles-core
https://mvnrepository.com/artifact/org.apache.tiles/tiles-extras
slf4j
https://mvnrepository.com/artifact/org.slf4j/slf4j-api
Spring-jdbc
https://mvnrepository.com/artifact/org.springframework/spring-jdbc
commons-dbcp2
https://mvnrepository.com/artifact/org.apache.commons/commons-dbcp2
jpa
https://mvnrepository.com/artifact/org.springframework.data/spring-data-jpa
hibernate
https://mvnrepository.com/artifact/org.hibernate/hibernate-core
Spring-orm
https://mvnrepository.com/artifact/org.springframework/spring-orm
servlet-api
https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api
jsp-api
https://mvnrepository.com/artifact/javax.servlet.jsp/javax.servlet.jsp-api
jstl
https://mvnrepository.com/artifact/javax.servlet/jstl
mysql
https://mvnrepository.com/artifact/mysql/mysql-connector-java
jasypt
https://mvnrepository.com/artifact/org.jasypt/jasypt
https://mvnrepository.com/artifact/org.jasypt/jasypt-spring31
Author And Source
이 문제에 관하여(스프링 Maven Dependency 설정), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@dudzpsdb/스프링-Maven-Dependency-설정저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)