Files
egovframe-msa-edu/backend/board-service/src/main/resources/application.yml
2023-03-06 14:02:31 +09:00

34 lines
651 B
YAML

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, info
info:
app:
name: Board Service
description: 게시판관리, 게시물관리, 첨부파일관리 기능을 제공