2021-07-20 10:30:25 +08:00
|
|
|
|
# Tomcat
|
|
|
|
|
|
server:
|
|
|
|
|
|
port: 9801
|
|
|
|
|
|
|
|
|
|
|
|
# Spring
|
2021-07-28 20:01:08 +08:00
|
|
|
|
spring:
|
2021-07-20 10:30:25 +08:00
|
|
|
|
application:
|
|
|
|
|
|
# 应用名称
|
|
|
|
|
|
name: xhpc-charging-station
|
|
|
|
|
|
profiles:
|
|
|
|
|
|
# 环境配置
|
|
|
|
|
|
active: dev
|
|
|
|
|
|
cloud:
|
|
|
|
|
|
nacos:
|
|
|
|
|
|
discovery:
|
|
|
|
|
|
# 服务注册地址
|
2021-07-29 14:56:41 +08:00
|
|
|
|
server-addr: 127.0.0.1:8848
|
2021-07-20 10:30:25 +08:00
|
|
|
|
config:
|
|
|
|
|
|
# 配置中心地址
|
2021-07-29 14:56:41 +08:00
|
|
|
|
server-addr: 127.0.0.1:8848
|
2021-07-20 10:30:25 +08:00
|
|
|
|
# 配置文件格式
|
|
|
|
|
|
file-extension: yml
|
|
|
|
|
|
# 共享配置
|
|
|
|
|
|
shared-configs:
|
|
|
|
|
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
2021-10-19 10:22:25 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#二维码Logo图片获取位置:
|
2021-11-19 20:05:33 +08:00
|
|
|
|
#imgPath: "D:\\Enterprise_Resources\\XiaoHuaMaterialImgs\\xhcd_logo.png"
|
2021-11-19 16:42:25 +08:00
|
|
|
|
imgPath: "/www/wwwroot/xhpc.scxhua.com/xhpc-charging-stion/logo.png"
|
2021-10-19 10:22:25 +08:00
|
|
|
|
#生成的二维码存放位置:
|
2021-11-19 20:05:33 +08:00
|
|
|
|
#destPath: "D:\\Enterprise_Resources\\XiaoHuaFullImgs"
|
2021-11-19 17:51:07 +08:00
|
|
|
|
destPath: "/www/wwwroot/xhpc.scxhua.com/xhpc-charging-stion/XiaoHuaFullImgs"
|
2021-10-19 10:22:25 +08:00
|
|
|
|
#生成的最终完整图片的存放位置:
|
2021-11-19 20:05:33 +08:00
|
|
|
|
#fullImgDestPath: "D:\\Enterprise_Resources\\XiaoHuaFullImgs\\"
|
2021-11-19 17:51:07 +08:00
|
|
|
|
fullImgDestPath: "/www/wwwroot/xhpc.scxhua.com/xhpc-charging-stion/XiaoHuaFullImgs/"
|
2021-10-19 10:22:25 +08:00
|
|
|
|
#底图图片存放位置:
|
2021-11-19 20:05:33 +08:00
|
|
|
|
#bottomImg: "D:\\Enterprise_Resources\\XiaoHuaMaterialImgs\\BottomImg.png"
|
2021-11-19 17:51:07 +08:00
|
|
|
|
bottomImg: "/www/wwwroot/xhpc.scxhua.com/xhpc-charging-stion/BottomImg.png"
|