테스트서버 작업중.

cks
강석 최 2023-11-02 13:48:57 +09:00
parent 031f83ee51
commit ba7d59dfa7
2 changed files with 4 additions and 2 deletions

View File

@ -41,9 +41,9 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok:1.18.24' annotationProcessor 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor:2.7.17' annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor:2.7.17'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa:2.7.17'
implementation 'org.springframework.boot:spring-boot-starter-security:2.7.17'
implementation 'org.springframework.boot:spring-boot-starter-web:2.7.17' implementation 'org.springframework.boot:spring-boot-starter-web:2.7.17'
implementation 'org.springframework.boot:spring-boot-starter-security:2.7.17'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa:2.7.17'
developmentOnly 'org.springframework.boot:spring-boot-devtools:2.7.17' developmentOnly 'org.springframework.boot:spring-boot-devtools:2.7.17'
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.2.2' implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.2.2'

View File

@ -1,4 +1,6 @@
server.port=8088
spring.devtools.livereload.enabled=false spring.devtools.livereload.enabled=false
server.error.path=/errors server.error.path=/errors