- dataSource.url=jdbc:mysql://localhost:3306/power_system?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
- dataSource.driverName=com.mysql.cj.jdbc.Driver
- dataSource.username=root
- dataSource.password=root
- package.base=com.macro.mall.tiny.modules
|