8월 1일(목)

회의 및 공통 작업 내용

spring.application.name=hr-system

# Spring Datasource
여기는 보안 문제로 생략

# MyBatis
mybatis.mapper-locations=classpath:mybatis/mappers/**.xml

# Thymeleaf
spring.thymeleaf.enabled=true
spring.thymeleaf.cache=false
spring.thymeleaf.check-template-location=true
spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.thymeleaf.mode=HTML

# Default timezone for Jackson
spring.jackson.time-zone=Asia/Seoul

spring.output.ansi.enabled=always

# Session
server.servlet.session.timeout=1800

# Http Status error config
server.error.whitelabel.enabled=false
server.error.path=/error

# logging
logging.level.root=INFO
logging.level.org.springframework.web=ERROR
logging.level.com.woosan.hr_system=DEBUG

spring.servlet.multipart.enabled=true
spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=10MB

진승우 작업 목록


8월 2일(금)

정회산 작업 목록

진승우 작업 목록


주말 - 8월 3일(토)

진승우 작업 목록


주말 - 8월 4일(일)

진승우 작업 목록