| #######################################springboot配置 start################################# |
| spring.application.name=supwisdom.payapi |
| spring.cloud.consul.discovery.health-check-path=${management.context-path}/api/common/version |
| spring.cloud.consul.discovery.health-check-interval=10s |
| spring.cloud.consul.discovery.instanceId=${spring.application.name}:${spring.application.instance_id:${random.value}} |
| # 单库数据库配置 |
| spring.jpa.show-sql=true |
| spring.datasource.hikari.connection-timeout=60000 |
| spring.datasource.hikari.maximum-pool-size=5 |
| spring.jpa.hibernate.ddl-auto=update |
| # logging |
| logging.pattern.console=%d{yyyy-MM-dd HH:mm:ss} %-5level %logger{36} - %msg%n |
| logging.level.org.hibernate.SQL=debug |
| #################### JSP PAGE #################### |
| #spring.mvc.view.prefix=/pages/ |
| #spring.mvc.view.suffix=.jsp |
| server.servlet.context-path=/payapi |
| #################### thymeleaf #################### |
| spring.mvc.static-path-pattern=/static/** |
| spring.thymeleaf.prefix=classpath:/templates/ |
| spring.thymeleaf.suffix=.html |
| spring.thymeleaf.encoding=UTF-8 |
| spring.thymeleaf.mode=HTML5 |
| spring.thymeleaf.cache=false |
| spring.thymeleaf.enabled=true |
| ################## 全局字符编码设置 ###################### |
| spring.http.encoding.force=true |
| spring.http.encoding.charset=UTF-8 |
| spring.http.encoding.enabled=true |
| server.tomcat.uri-encoding=UTF-8 |
| ################################################## |
| ## quartz task scheduler |
| shopbalance.updater.cron=10/* * * * * ? |
| dayend.settletask.cron=0 3/30 2-3 * * ? |
| query.third.transdtl.result.cron=7 0/1 * * * ? |
| download.ynrcc.chkfile.cron =3 0/10 1 * * ? |
| #dayend.settletask.cron = 0 0/2 * * * ? |
| ################################################ |
| # user password |
| auth.password.bcrypt.length=10 |
| ################################################### |
| spring.redis.database=0 |