Commit f07abbd912127ac2d24694e777ec5edd8887f247
1 parent
de675ef9
Exists in
master
modify maven address
Showing
2 changed files
with
6 additions
and
6 deletions
Show diff stats
gradle.properties
| 1 | 1 | #Maven Repo URL |
| 2 | -MAVEN_REPO_RELEASE_URL=http://47.93.122.69:9001/repository/maven-releases/ | |
| 3 | -MAVEN_REPO_SNAPSHOT_URL=http://47.93.122.69:9001/repository/maven-snapshots/ | |
| 2 | +MAVEN_REPO_RELEASE_URL=http://nexus.taover.com:9001/repository/maven-releases/ | |
| 3 | +MAVEN_REPO_SNAPSHOT_URL=http://nexus.taover.com:9001/repository/maven-snapshots/ | |
| 4 | 4 | |
| 5 | 5 | #maven GroupId |
| 6 | 6 | GROUP=com.taover | ... | ... |
src/main/java/default.properties
| ... | ... | @@ -2,11 +2,11 @@ |
| 2 | 2 | OutputPath=\\D:\\ |
| 3 | 3 | #OutputPath=\\C:\\workproject\\printer-taover-com\\src\\com\\taover\\printer\\db\\ |
| 4 | 4 | #数据库名 |
| 5 | -SchameName=channel | |
| 5 | +SchameName=erp | |
| 6 | 6 | #SchameName=taoverprinter |
| 7 | 7 | CreateSchame=false |
| 8 | 8 | #TableName=erp_shop,erp_warehouse,erp_express_template,erp_goods_express,erp_order,erp_order_goods,erp_order_statistics,erp_orderstat_goods,erp_distribution,erp_delivery,erp_delivery_goods,erp_delivery_statistics,erp_deliverystat_goods |
| 9 | -TableName=chl_order_formal | |
| 9 | +TableName=erp_order | |
| 10 | 10 | #数据库库连接信息 |
| 11 | 11 | User=tylife |
| 12 | 12 | Password=lexi365 |
| ... | ... | @@ -15,13 +15,13 @@ DBLikeStr=% |
| 15 | 15 | #数据库驱动类型 |
| 16 | 16 | driver=com.mysql.jdbc.Driver |
| 17 | 17 | #数据库连接url |
| 18 | -URL=jdbc\:mysql\://127.0.0.1\:3306/channel | |
| 18 | +URL=jdbc\:mysql\://127.0.0.1\:3306/erp | |
| 19 | 19 | #URL=jdbc\:mysql\://localhost\:3306/taoverprinter |
| 20 | 20 | #数据库类型 |
| 21 | 21 | dbtype=mysql |
| 22 | 22 | #数据库顶层包名 |
| 23 | 23 | #packageName=com.taover.printer.db |
| 24 | -packageName=com.taover.channel.db | |
| 24 | +packageName=com.taover.erp.db | |
| 25 | 25 | |
| 26 | 26 | #----------------------------- |
| 27 | 27 | # 生成 Controller和Service所需参数 - | ... | ... |