|
|
@@ -11,34 +11,6 @@ server:
|
|
|
spring:
|
|
|
profiles:
|
|
|
active: dev
|
|
|
- datasource:
|
|
|
- url: jdbc:mysql://mysql.izouma.com/awesome_admin_v2?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false&serverTimezone=GMT%2b8
|
|
|
- username: microball
|
|
|
- password: 2wsx@WSX#EDC
|
|
|
- hikari:
|
|
|
- minimum-idle: 5
|
|
|
- maximum-pool-size: 30
|
|
|
- auto-commit: true
|
|
|
- idle-timeout: 30000
|
|
|
- max-lifetime: 1800000
|
|
|
- connection-timeout: 30000
|
|
|
- connection-test-query: SELECT 1
|
|
|
- jpa:
|
|
|
- database: MySQL
|
|
|
- database_platform: org.hibernate.dialect.MySQL5InnoDBDialect
|
|
|
- hibernate:
|
|
|
- ddl_auto: update
|
|
|
- properties:
|
|
|
- hibernate:
|
|
|
- enable_lazy_load_no_trans: true
|
|
|
- redis:
|
|
|
- host: 127.0.0.1
|
|
|
- port: 6379
|
|
|
- lettuce:
|
|
|
- pool:
|
|
|
- max_active: 8
|
|
|
- max_idle: 8
|
|
|
- min_idle: 0
|
|
|
servlet:
|
|
|
multipart:
|
|
|
max_file_size: 100MB
|