Spring Boot/코드정리
[memo] application.properties
root_go
2022. 10. 26. 17:46
mybatis.mapper-locations=classpath:mappers/**/*.xml
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
spring.datasource.url=jdbc:mariadb://localhost:3306
spring.datasource.username=study
spring.datasource.password=test1234