spring mvc : 회원관리 웹(jsp) - 회원가입 폼

This commit is contained in:
haerong22
2021-04-01 23:19:40 +09:00
parent 193eef5be7
commit b88327b58f
2 changed files with 17 additions and 0 deletions

View File

@@ -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'