forked from zhurui/management
17 lines
277 B
YAML
17 lines
277 B
YAML
|
server:
|
||
|
port: 8081
|
||
|
servlet:
|
||
|
context-path: /auth
|
||
|
|
||
|
spring:
|
||
|
application:
|
||
|
name: dkha-auth-server
|
||
|
main:
|
||
|
allow-bean-definition-overriding: true
|
||
|
#环境 dev|test|prod
|
||
|
profiles:
|
||
|
active: dev
|
||
|
messages:
|
||
|
encoding: UTF-8
|
||
|
basename: i18n/messages_common
|