server: servlet: contextPath: /api encoding: charset: UTF-8 enabled: true force: true port: 8090 error: include-message: always tomcat: connection-timeout: 300000 spring: servlet: multipart: max-file-size: 500MB max-request-size: 600MB jpa: hibernate: naming: physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl database-platform: org.hibernate.dialect.MySQL8Dialect properties: hibernate: dialect: storage_engine: innodb logging: config: 'classpath:log4j2.yml'