[PPN-211113] Implement spring config client
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
spring:
|
||||
application:
|
||||
# name: ppn-sender
|
||||
name: app1
|
||||
main:
|
||||
allow-bean-definition-overriding: true
|
||||
profiles:
|
||||
active: development
|
||||
freemarker:
|
||||
enabled: false
|
||||
|
||||
server:
|
||||
port: 20080
|
||||
|
||||
management:
|
||||
endpoints:
|
||||
web:
|
||||
exposure:
|
||||
include: refresh
|
||||
|
||||
Reference in New Issue
Block a user