blob: 0a2484847a33c262ca42d78e2dad3fc71b82a863 [file] [log] [blame]
#######################################springboot配置 start#################################
# 单库数据库配置
spring.datasource.url=jdbc:oracle:thin:@172.28.201.101:47922:orcl
spring.datasource.username=dlpay
spring.datasource.password=kingstar
spring.datasource.driver.class=oracle.jdbc.driver.OracleDriver
spring.jpa.database-platform=org.hibernate.dialect.Oracle10gDialect
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
#################### 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
#################### Redis ####################
# Redis settings
redis.server=172.28.201.101
redis.port=16379
redis.password=kingstar
redis.database=0
#################### jwt ####################
# jwt settings
jwt.secret=Zj5taLomEbrM0lk+NMQZbHfSxaDU1wekjT+kiC3YzDw=
jwt.expiration=3600
jwt.header=payapi