You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
367 B
18 lines
367 B
# 数据库驱动
|
|
driverClassName=com.mysql.cj.jdbc.Driver
|
|
user=root
|
|
password=DsideaL147258369
|
|
jdbcUrl=jdbc:mysql://10.10.14.210:22066/ds_db?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
|
|
# 生成的bean存放路径
|
|
beanPath=D:/dsWork/dsProject/dsUtils/src/main/java/com/dsideal/Code
|
|
|
|
# 表
|
|
tableName=t_wx_record
|
|
|
|
# dao的名称
|
|
daoName=ym
|
|
|
|
|
|
|