25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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'
|