mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 03:46:50 +08:00
50 lines
1.7 KiB
Properties
50 lines
1.7 KiB
Properties
spring.profiles.active=dev
|
|
spring.application.name=boe-server-old
|
|
server.port=9091
|
|
server.servlet.session.timeout=30m
|
|
|
|
server.servlet.encoding.charset=UTF-8
|
|
server.servlet.encoding.enabled=true
|
|
server.servlet.encoding.force=true
|
|
|
|
server.tomcat.uri-encoding=UTF-8
|
|
|
|
spring.redis.database=2
|
|
spring.redis.host=127.0.0.1
|
|
spring.redis.password=1Qaz2wsx
|
|
spring.redis.port=6379
|
|
|
|
spring.redis.lettuce.pool.max-active=8
|
|
spring.redis.lettuce.pool.min-idle=0
|
|
spring.redis.lettuce.pool.max-idle=30
|
|
spring.redis.lettuce.pool.max-wait=10000ms
|
|
spring.redis.lettuce.shutdown-timeout=100ms
|
|
|
|
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
|
|
|
# spring.jackson.default-property-inclusion=non_null
|
|
#spring.jackson.locale=
|
|
spring.jackson.time-zone=GMT+8
|
|
|
|
# jpa config
|
|
spring.jpa.database = MYSQL
|
|
spring.jpa.show-sql = true
|
|
#spring.jpa.properties.hibernate.format_sql = true
|
|
#spring.jpa.properties.hibernate.use_sql_comments = true
|
|
# spring.jpa.properties.hibernate.cache.use_second_level_cache=true
|
|
# spring.jpa.properties.hibernate.cache.region.factory_class=org.hibernate.cache.ehcache.EhCacheRegionFactory
|
|
spring.jpa.hibernate.ddl-auto=none
|
|
spring.jpa.properties.hibernate.naming_strategy=org.hibernate.cfg.EJB3NamingStrategy
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
|
|
spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
|
|
#spring.transaction
|
|
# spring.jpa.properties.hibernate.allow_update_outside_transaction=true
|
|
# spring.jpa.properties.hibernate.current_session_context_class=org.springframework.orm.hibernate5.SpringSessionContext
|
|
spring.jpa.properties.hibernate.current_session_context_class=org.springframework.orm.hibernate5.SpringSessionContext
|
|
|
|
|
|
# 设置logback.xml位置
|
|
logging.config=classpath:log/logback-dev.xml
|
|
|
|
|