添加Entity.addCondition方法(issue#IBCDL2@Gitee)

This commit is contained in:
Looly
2024-12-19 21:25:20 +08:00
parent a5d5af1b8f
commit 272ea525a2
3 changed files with 55 additions and 0 deletions

View File

@@ -75,6 +75,12 @@ user = root
pass = 123456
remarks = true
[mariadb_local]
url = jdbc:mysql://localhost:3306/test?useSSL=false
user = root
pass = 123456
remarks = true
[postgre]
url = jdbc:postgresql://looly.centos:5432/test_hutool
user = postgres