32 lines
679 B
YAML
32 lines
679 B
YAML
spring:
|
|
application:
|
|
name: dcim-oauth
|
|
profiles:
|
|
active: dev
|
|
main:
|
|
allow-bean-definition-overriding: true
|
|
allow-circular-references: true
|
|
jackson:
|
|
date-format: yyyy-MM-dd HH:mm:ss
|
|
time-zone: GMT+8
|
|
default-property-inclusion: NON_NULL
|
|
deserialization:
|
|
FAIL_ON_UNKNOWN_PROPERTIES: false
|
|
|
|
server:
|
|
port: 8906
|
|
|
|
mybatis:
|
|
use-assist: true
|
|
type-aliases-package: com.netpro.oauth
|
|
configuration:
|
|
log-impl-key: LOG4J2
|
|
|
|
#================License相关配置===============#
|
|
license:
|
|
#证书名称
|
|
subject: DCIM
|
|
#证书所在的位置
|
|
licensePath: D://License//license.lic
|
|
#================License相关配置===============#
|