Initial commit

This commit is contained in:
jooho
2021-10-20 17:12:00 +09:00
parent 0c884beff8
commit 8caa4bbc5a
487 changed files with 44198 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
server:
port: 0 # random port
spring:
application:
name: board-service
jpa:
hibernate:
ddl-auto: none
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL57Dialect
storage_engine: innodb
format_sql: true
default_batch_fetch_size: 1000
show-sql: true
servlet:
multipart:
enabled: true
max-file-size: 10MB
max-request-size: 50MB
# config server actuator
management:
endpoints:
web:
exposure:
include: refresh, health, beans