|
@@ -4,9 +4,9 @@ public class ItemDataSource {
|
|
|
|
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|
|
GeneratorApplication.builder()
|
|
GeneratorApplication.builder()
|
|
- .url("jdbc:mysql://36.134.91.96:17330/bytesailing_item?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true")
|
|
|
|
- .username("fjhx2012mysql")
|
|
|
|
- .password("3PN-Mzn#vnP&q6d")
|
|
|
|
|
|
+ .url(DataSourceInfo.URL)
|
|
|
|
+ .username(DataSourceInfo.USER_NAME)
|
|
|
|
+ .password(DataSourceInfo.PASSWORD)
|
|
.port(9989)
|
|
.port(9989)
|
|
.module("hx-item")
|
|
.module("hx-item")
|
|
.parent("com.fjhx.item")
|
|
.parent("com.fjhx.item")
|