spring.devtools.restart.enabled = true
spring.datasource.username=mukho
spring.datasource.url=jdbc:mysql://localhost:3306/***?characterEncoding=UTF-8&serverTimezone=Asia/Seoul
spring.datasource.password=***
mybatis.mapper-locations:classpath:mapper/*.xml
mybatis.config-location:classpath:mybatis/mybatis-config.xml
server.servlet.context-path=/api/v1