4.2.x <- contribution
This commit is contained in:
@@ -23,6 +23,10 @@ dependencies {
|
||||
implementation 'org.springframework.cloud:spring-cloud-starter-bootstrap'
|
||||
implementation 'org.springframework.cloud:spring-cloud-starter-bus-amqp' // bus
|
||||
implementation 'org.springframework.boot:spring-boot-starter-actuator' // bus
|
||||
implementation 'org.apache.tomcat:tomcat-annotations-api:9.0.73'
|
||||
implementation 'org.apache.tomcat.embed:tomcat-embed-core:9.0.73'
|
||||
implementation 'org.apache.tomcat.embed:tomcat-embed-el:9.0.73'
|
||||
implementation 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.73'
|
||||
implementation 'net.logstash.logback:logstash-logback-encoder:7.4' // logstash logback
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
}
|
||||
|
||||
@@ -10,9 +10,8 @@ spring:
|
||||
config:
|
||||
server:
|
||||
native:
|
||||
search-locations: file:./config
|
||||
# search-locations: ${search.location:file:///${user.home}/workspace.edu/egovframe-msa-edu/config} # Windows
|
||||
# search-locations: file://${user.home}/workspace.edu/egovframe-msa-edu/config # MacOS
|
||||
search-locations: ${search.location:file:///${user.home}/workspace.edu/egovframe-msa-edu/config} # Windows
|
||||
# search-locations: file://${user.home}/workspace.edu/egovframe-msa-edu/config # MacOS
|
||||
rabbitmq:
|
||||
host: ${rabbitmq.hostname:localhost}
|
||||
port: 5672
|
||||
|
||||
@@ -46,4 +46,4 @@
|
||||
</root>
|
||||
</springProfile>
|
||||
|
||||
</Configuration>
|
||||
</Configuration>
|
||||
|
||||
Reference in New Issue
Block a user