| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- server:
- port: 4000
- spring:
- application:
- name: autodop-master
- profiles:
- active: @profile.active@
- servlet:
- multipart:
- max-file-size: 1GB
- max-request-size: 1GB
- # cache:
- # cache-names: deployedApp
- datasource:
- driver-class-name: com.mysql.cj.jdbc.Driver
- type: com.zaxxer.hikari.HikariDataSource
- hikari:
- minimum-idle: 5
- maximum-pool-size: 10
- auto-commit: true
- idle-timeout: 30000
- pool-name: EvaluationHikariCP
- max-lifetime: 1800000
- connection-timeout: 30000
- connection-test-query: SELECT 1
- jpa:
- hibernate:
- ddl-auto: update
- properties:
- hibernate:
- hbm2ddl:
- auto: update
- dialect: org.hibernate.dialect.MySQL57Dialect
- mvc:
- dispatch-options-request: true
- oss:
- endpoint: http://oss-cn-hangzhou.aliyuncs.com
- key: jYk8lOKwSCorFEz7
- secret: hzSrcew08V5zk58kVVgInV7OqbHyVc
- bucket: iquizoo
- folder: eval3.x/alpha/eval_exercises/
|