blob: 6e7d6cecb70b7a8e0c1cca03f5407b11801ca854 [file] [log] [blame]
wuchimedes079c1632025-04-02 22:01:20 +08001spring.datasource.password=12345678
wuchimedesa1bf2782025-03-27 15:08:54 +08002spring.datasource.username=root
3spring.datasource.url=jdbc:mysql://localhost:3306/g8backend
4spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
wuchimedes079c1632025-04-02 22:01:20 +08005spring.sql.init.mode=always
wuchimedesa1bf2782025-03-27 15:08:54 +08006
wuchimedes079c1632025-04-02 22:01:20 +08007mybatis-plus.mapper-locations=classpath*:/mapper/**/*.xml