15 lines
192 B
YAML
15 lines
192 B
YAML
|
|
# Spring
|
||
|
|
spring:
|
||
|
|
application:
|
||
|
|
# 应用名称
|
||
|
|
name: bonus-auth
|
||
|
|
profiles:
|
||
|
|
# 环境配置
|
||
|
|
active: protection_local
|
||
|
|
|
||
|
|
#加密组件
|
||
|
|
jasypt:
|
||
|
|
encryptor:
|
||
|
|
password: Encrypt
|
||
|
|
|