spring mvc : 회원관리 웹(jsp) - 회원가입 폼
This commit is contained in:
@@ -21,6 +21,10 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
implementation 'org.springframework.boot:spring-boot-starter-web'
|
||||
|
||||
implementation 'org.apache.tomcat.embed:tomcat-embed-jasper'
|
||||
implementation 'javax.servlet:jstl'
|
||||
|
||||
compileOnly 'org.projectlombok:lombok'
|
||||
annotationProcessor 'org.projectlombok:lombok'
|
||||
providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'
|
||||
|
||||
Reference in New Issue
Block a user