spring:
|
application:
|
name: jnpf-dms
|
mvc:
|
servlet:
|
load-on-startup: 0
|
main:
|
allow-bean-definition-overriding: true
|
allow-circular-references: true
|
config:
|
import:
|
- file:${JNPF_CONFIG_DIR:config}/shared/datasource.yaml
|
- file:${JNPF_CONFIG_DIR:config}/shared/resources.yaml
|
- file:${JNPF_CONFIG_DIR:config}/shared/system-config.yaml
|
- file:${JNPF_CONFIG_DIR:config}/shared/frame-config.yaml
|
- file:${JNPF_CONFIG_DIR:config}/shared/logger.yaml
|
- file:${JNPF_CONFIG_DIR:config}/shared/mq.yaml
|
- file:${JNPF_CONFIG_DIR:config}/shared/jnpf-dms.yaml
|
- file:${JNPF_CONFIG_DIR:config}/shared/discovery.yaml
|
- optional:file:${JNPF_CONFIG_DIR:config}/host-override/discovery.yaml
|
|
server:
|
tomcat:
|
uri-encoding: UTF-8
|
port: 30016
|
|
management:
|
endpoints:
|
web:
|
discovery:
|
enabled: false
|
exposure:
|
exclude: '*'
|
|
jnpf:
|
security:
|
ignore:
|
urls:
|
- /ping
|
- /api/dms/ping
|
- /dev-api/dms/ping
|
tenant:
|
ignore-urls:
|
- /ping
|
- /api/dms/ping
|
- /dev-api/dms/ping
|
|
sa-token:
|
filter:
|
exclude-paths:
|
- /ping
|
- /api/dms/ping
|
- /dev-api/dms/ping
|