Lifesoft

application.properties

코드 1
spring.datasource.url=jdbc:mysql://localhost:3306/myweb
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=user
spring.datasource.password=1234

mybatis.mapper-locations=classpath:mapper/*.xml

server.port=80
server.error.whitelabel.enabled=false
spring.thymeleaf.cache=false
logging.level.web=debug