14 lines
181 B
YAML
14 lines
181 B
YAML
|
|
# Spring
|
||
|
|
spring:
|
||
|
|
application:
|
||
|
|
# 应用名称
|
||
|
|
name: bonus-monitor
|
||
|
|
profiles:
|
||
|
|
# 环境配置
|
||
|
|
active: dev
|
||
|
|
|
||
|
|
#加密组件
|
||
|
|
jasypt:
|
||
|
|
encryptor:
|
||
|
|
password: Encrypt
|