egovframe-msa-edu 4.1.0 FINAL

This commit is contained in:
yongfire38
2023-03-06 14:02:31 +09:00
parent 0061396163
commit f18b5a5ecc
27 changed files with 135 additions and 86 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '2.4.5'
id 'org.springframework.boot' version '2.7.0'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
}
@@ -20,14 +20,14 @@ repositories {
}
ext {
set('springCloudVersion', "2020.0.3")
set('log4j2.version', "2.17.1") // log4j 보안 패치
set('springCloudVersion', "2021.0.3")
set('log4j2.version', "2.17.2") // log4j 보안 패치
}
dependencies {
// implementation files('../../module-common/build/libs/module-common-0.1.jar') // @ComponentScan(basePackages={"org.egovframe.cloud"}) 추가해야 적용된다
implementation 'org.egovframe.cloud:module-common:0.1'
implementation('org.egovframe.rte:org.egovframe.rte.fdl.cmmn:4.0.0') {
implementation('org.egovframe.rte:org.egovframe.rte.fdl.cmmn:4.1.0') {
exclude group: 'org.egovframe.rte', module: 'org.egovframe.rte.fdl.logging'
}
implementation 'org.springframework.boot:spring-boot-starter-data-r2dbc'
@@ -40,11 +40,11 @@ dependencies {
implementation 'org.springframework.cloud:spring-cloud-starter-bootstrap' // config
implementation 'org.springframework.cloud:spring-cloud-starter-bus-amqp' // bus
implementation 'org.springframework.cloud:spring-cloud-starter-circuitbreaker-reactor-resilience4j'
implementation 'com.playtika.reactivefeign:feign-reactor-spring-cloud-starter:3.1.0'
implementation 'com.playtika.reactivefeign:feign-reactor-spring-cloud-starter:3.2.1'
implementation 'org.springframework.cloud:spring-cloud-starter-sleuth'
implementation 'org.springframework.cloud:spring-cloud-sleuth-zipkin'
implementation 'net.logstash.logback:logstash-logback-encoder:6.6' // logstash logback
implementation 'net.logstash.logback:logstash-logback-encoder:7.2' // logstash logback
//messaging
implementation 'org.springframework.cloud:spring-cloud-stream'
@@ -56,7 +56,7 @@ dependencies {
implementation 'mysql:mysql-connector-java'
// openapi docs
implementation 'org.springdoc:springdoc-openapi-webflux-ui:1.5.8'
implementation 'org.springdoc:springdoc-openapi-webflux-ui:1.6.9'
//lombok
implementation 'org.projectlombok:lombok'