테스트서버 작업중.
parent
031f83ee51
commit
ba7d59dfa7
|
|
@ -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'
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue