添加了GraalVM的原生镜像版本
This commit is contained in:
52
src/main/resources/application.yml
Normal file
52
src/main/resources/application.yml
Normal file
@@ -0,0 +1,52 @@
|
||||
server:
|
||||
port: 13145
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: dailyLove
|
||||
|
||||
DL:
|
||||
tianxin-key: 72fbbb9e75e338ea6a240e83972f287c
|
||||
city-id: 101270106
|
||||
girl-birthday: 1995-06-28
|
||||
boy-birthday: 1995-3-30
|
||||
love-day: 2022-07-16
|
||||
cat-birthday: 2022-10-23
|
||||
|
||||
wechat:
|
||||
app-id: wxba68702957f8b93e
|
||||
app-secret: 834078bb149409bfca4fe693ea7c4c1c
|
||||
#ME: oo5bL6bK_4TC0tb-Wa5oiugTPVeQ
|
||||
#LILI: oo5bL6QafHJa9zQNYKS0fIhFC0zM
|
||||
open-id: oo5bL6QafHJa9zQNYKS0fIhFC0zM
|
||||
template-id-morning: 1yx1fahCs923nOmMh0_KLWN0nXGKd8_pHQrfpdMblrQ
|
||||
template-id-night: QG-5NBX-jip46ulGVsaE3Uhl30GUxvNmtKOxwMHFkx0
|
||||
|
||||
color:
|
||||
now: '#99CCCC'
|
||||
tomorrow: '#99CCCC'
|
||||
chineseDate: '#99CC66'
|
||||
top: '#FF0000'
|
||||
weather: '#66CCCC'
|
||||
minTem: '#0066CC'
|
||||
maxTem: '#FF0033'
|
||||
dailyCn: '#993366'
|
||||
dailyEn: '#CC99CC'
|
||||
gbir: '#FF3399'
|
||||
bbir: '#FF3399'
|
||||
cbir: '#FF3399'
|
||||
loveDay: '#FF3399'
|
||||
remark: '#FF6666'
|
||||
city: ""
|
||||
tips: ""
|
||||
quality: '#99CC66'
|
||||
festival: '#FF6666'
|
||||
morning: '#FFFF99'
|
||||
night: '#006699'
|
||||
|
||||
tianxin:
|
||||
server: https://apis.tianapi.com
|
||||
|
||||
logging:
|
||||
level:
|
||||
com.bamanker.dailylove.service: debug #指定openfeign日志以什么级别监控哪个接口(可多个)
|
||||
Reference in New Issue
Block a user