🔧 Test docker compose
This commit is contained in:
@@ -36,7 +36,7 @@ import java.nio.file.Paths;
|
||||
@Configuration
|
||||
public class MessageSourceConfig {
|
||||
|
||||
@Value("${messages.directory}")
|
||||
@Value("${messages.directory:${user.home}/msa-attach-volume/messages}")
|
||||
private String messagesDirectory;
|
||||
|
||||
@Value("${spring.profiles.active:default}")
|
||||
|
||||
@@ -65,3 +65,6 @@ management:
|
||||
web:
|
||||
exposure:
|
||||
include: refresh, health, beans
|
||||
|
||||
messages:
|
||||
directory: ${user.dir}/msa-attach-volume/messages
|
||||
|
||||
@@ -2,4 +2,5 @@ spring:
|
||||
cloud:
|
||||
config:
|
||||
uri: http://localhost:8888
|
||||
name: apigateway
|
||||
name: application
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user