Commit 4259b8d8b923acbf2174d35489029f364ccbbba3
1 parent
1224a9fb
GUI代码生成器,目前适用于vue3模板
Showing
1 changed file
with
1 additions
and
1 deletions
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/jeecg_database.properties
1 | 1 | #mysql |
2 | 2 | diver_name=com.mysql.jdbc.Driver |
3 | -url=jdbc:mysql://localhost:3306/jeecg-boot?useUnicode=true&characterEncoding=UTF-8 | |
3 | +url=jdbc:mysql://localhost:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai | |
4 | 4 | username=root |
5 | 5 | password=root |
6 | 6 | database_name=jeecg-boot |
... | ... |