From b06635a24c5059bcc796bc9dfe31b82b03c9f5dc Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期一, 27 十一月 2023 22:41:21 +0800 Subject: [PATCH] 提交宁夏省平台接口信息 --- src/main/java/com/fzzy/push/nx2023/NX2023Constant.java | 1 src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1211.java | 54 ++++++ src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1307.java | 50 +++++ src/main/java/com/fzzy/push/nx2023/NX2023ApiRemoteService.java | 30 +++ src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1403.java | 60 ++++++ src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1306.java | 219 ++++++++++++++++++++++++ src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1308.java | 69 +++++++ src/main/resources/application-dev.yml | 8 src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1113.java | 39 ++++ src/main/resources/application.yml | 2 10 files changed, 527 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/fzzy/push/nx2023/NX2023ApiRemoteService.java b/src/main/java/com/fzzy/push/nx2023/NX2023ApiRemoteService.java index 27845ad..38d95c8 100644 --- a/src/main/java/com/fzzy/push/nx2023/NX2023ApiRemoteService.java +++ b/src/main/java/com/fzzy/push/nx2023/NX2023ApiRemoteService.java @@ -214,10 +214,20 @@ BeanUtils.copyProperties(data, api1112); return api1112; } + if (NX2023Constant.NX_2023_API_CODE_1113.equals(inteId)) { + Nx2023Api1113 api1113 = new Nx2023Api1113(); + BeanUtils.copyProperties(data, api1113); + return api1113; + } if (NX2023Constant.NX_2023_API_CODE_1201.equals(inteId)) { Nx2023Api1201 api1201 = new Nx2023Api1201(); BeanUtils.copyProperties(data, api1201); return api1201; + } + if (NX2023Constant.NX_2023_API_CODE_1211.equals(inteId)) { + Nx2023Api1211 api1211 = new Nx2023Api1211(); + BeanUtils.copyProperties(data, api1211); + return api1211; } if (NX2023Constant.NX_2023_API_CODE_1205.equals(inteId)) { Nx2023Api1205 api1205 = new Nx2023Api1205(); @@ -225,6 +235,26 @@ api1205.setSzlx("09"); return api1205; } + if (NX2023Constant.NX_2023_API_CODE_1306.equals(inteId)) { + Nx2023Api1306 api1306 = new Nx2023Api1306(); + BeanUtils.copyProperties(data, api1306); + return api1306; + } + if (NX2023Constant.NX_2023_API_CODE_1307.equals(inteId)) { + Nx2023Api1307 api1307 = new Nx2023Api1307(); + BeanUtils.copyProperties(data, api1307); + return api1307; + } + if (NX2023Constant.NX_2023_API_CODE_1308.equals(inteId)) { + Nx2023Api1308 api1308 = new Nx2023Api1308(); + BeanUtils.copyProperties(data, api1308); + return api1308; + } + if (NX2023Constant.NX_2023_API_CODE_1403.equals(inteId)) { + Nx2023Api1403 api1403 = new Nx2023Api1403(); + BeanUtils.copyProperties(data, api1403); + return api1403; + } return data; } diff --git a/src/main/java/com/fzzy/push/nx2023/NX2023Constant.java b/src/main/java/com/fzzy/push/nx2023/NX2023Constant.java index 54daa32..c410387 100644 --- a/src/main/java/com/fzzy/push/nx2023/NX2023Constant.java +++ b/src/main/java/com/fzzy/push/nx2023/NX2023Constant.java @@ -53,6 +53,7 @@ * 鎺ュ彛缂栫爜-1112 浜哄憳淇℃伅鏁版嵁鎺ュ彛 */ public static String NX_2023_API_CODE_1112 = "1112"; + public static String NX_2023_API_CODE_1113 = "1113"; /** * 鎺ュ彛缂栫爜-1114 璐㈠姟鎶ヨ〃鏁版嵁鎺ュ彛 diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1113.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1113.java new file mode 100644 index 0000000..186e28d --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1113.java @@ -0,0 +1,39 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; + +import javax.persistence.Column; +import javax.persistence.Entity; +import javax.persistence.Id; +import javax.persistence.Table; +import java.io.Serializable; +import java.util.Date; + +/** + * 鎺ュ彛琛�-浼佷笟淇$敤淇℃伅 + */ +@Data +public class Nx2023Api1113 implements Serializable { + + + @PropertyDef(label = "鍗曚綅浠g爜" ) + private String dwdm; + + @PropertyDef(label = "淇$敤绛夌骇" ) + private String xydj; + + @PropertyDef(label = "璇勫畾骞翠唤" ) + private String pdnf; + + @PropertyDef(label = "璇勫畾鍗曚綅/鏈烘瀯鍚嶇О" ) + private String pddw; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + private Date zhgxsj; +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1211.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1211.java new file mode 100644 index 0000000..c9653a3 --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1211.java @@ -0,0 +1,54 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import javax.persistence.*; +import java.io.Serializable; +import java.util.Date; + +/** + * 鎺ュ彛琛�-璐﹂潰搴撳瓨 + */ +@Data +public class Nx2023Api1211 implements Serializable { + + @PropertyDef(label = "搴撳尯浠g爜") + private String kqdm; + + @PropertyDef(label = "绮鍝佺浠g爜") + private String lspzdm; + + @PropertyDef(label = "骞村害" ) + private String nd; + + @PropertyDef(label = "鏈堜唤" ) + @Column(name = "yf", length = 2) + private String yf; + + @PropertyDef(label = "鏈熷垵鏁伴噺(鍏枻)" ) + private double qcsl; + + @PropertyDef(label = "鏈湡鏀跺叆鏁伴噺(鍏枻)" ) + private double bqsrsl; + + @PropertyDef(label = "鏈湡鏀嚭鏁伴噺(鍏枻)" ) + private double bqzcsl; + + @PropertyDef(label = "鏈熸湯鏁伴噺(鍏枻)" ) + private double qmye; + + @PropertyDef(label = "鏈堢粨鏍囧織" ) + private Integer yjbz; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "涓氬姟鏃ユ湡" ) + private Date ywrq; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏇存柊鏃堕棿" ) + private Date zhgxsj; +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1306.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1306.java new file mode 100644 index 0000000..c1af926 --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1306.java @@ -0,0 +1,219 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import com.fzzy.api.entity.ApiParent; +import lombok.Data; +import javax.persistence.Column; +import javax.persistence.Id; +import java.io.Serializable; +import java.util.Date; + +/** + * 鎺ュ彛琛�-鐔忚捀浣滀笟鏁版嵁琛� + * + * @author chen + * @date 2022-09-02 16:21 + */ +@Data +public class Nx2023Api1306 implements Serializable { + + @PropertyDef(label = "鐔忚捀浣滀笟鍗曞彿" ) + private String xzzydh; + + @PropertyDef(label = "浠撴埧浠g爜" ) + private String cfdm; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "鐔忚捀寮�濮嬫椂闂�" ) + private Date xzkssj; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "鐔忚捀缁撴潫鏃堕棿" ) + private Date xzjssj; + + @PropertyDef(label = "瀹宠櫕妫�娴嬪崟鍙�" ) + private String hcjcdh; + + @PropertyDef(label = "灏佷粨鍚庣啅钂哥殑娆℃暟 绗嚑娆$啅钂�" ) + private Integer djcxz; + + @PropertyDef(label = "甯歌鐔忚捀鏂瑰紡" ) + private String cgxzfs; + + @PropertyDef(label = "鐜祦鐔忚捀鏂瑰紡" ) + private String hlxzfs; + + @PropertyDef(label = "鐜祦鐔忚捀涓庡唴鐜祦鎶�鏈粨鍚�" ) + private String hlxzynhljsjh; + + @PropertyDef(label = "鐔忚捀鏂规鍒跺畾" ) + private String xzfazd; + + @PropertyDef(label = "鐔忚捀鏂规璧疯崏浜�" ) + @Column(name = "xzfaqcr", length = 64) + private String xzfaqcr; + + @PropertyDef(label = "鐔忚捀鏂规鎵瑰噯浜�" ) + private String xzfapzr; + + @PropertyDef(label = "鐔忚捀鏂规鎶ュ鎯呭喌" ) + private String xzfabbqk; + + @PropertyDef(label = "鏂借嵂浜哄憳璧勮川鎯呭喌" ) + private String syryzzqk; + + @PropertyDef(label = "鏂借嵂璧勮川瀹℃牳" ) + private String syzzsh; + + @PropertyDef(label = "鑽墏鍚嶇О" ) + private String yjmc; + + @PropertyDef(label = "鍓傚瀷" ) + private String jx; + + @PropertyDef(label = "娴撳害" ) + private Double nd; + + @PropertyDef(label = "绮爢鍗曚綅鐢ㄨ嵂閲�" ) + private Double lddwyyl; + + @PropertyDef(label = "绌洪棿鍗曚綅鐢ㄨ嵂閲�" ) + private Double kjdwyyl; + + @PropertyDef(label = "鎬荤敤鑽噺" ) + private Double zyyl; + + @PropertyDef(label = "鏂借嵂鏂规硶" ) + private String syff; + + @PropertyDef(label = "杈呭姪鏂借嵂鎺柦" ) + private String fzsycs; + + @PropertyDef(label = "绌烘皵鍛煎惛鍣ㄥ強瀹夊叏妫�鏌ユ儏鍐�" ) + private String kqhqjaqjcqk; + + @PropertyDef(label = "纾峰寲姘㈡娴嬭缃皟璇曟儏鍐�" ) + private String lhqjczztsqk; + + @PropertyDef(label = "姘ф皵娣卞害妫�娴嬭缃皟璇曟儏鍐�" ) + private String yqsdjczztsqk; + + @PropertyDef(label = "纾峰寲姘㈡姤璀︿华瀹夊叏妫�鏌�" ) + private String lhqbjyaqjc; + + @PropertyDef(label = "姘ф皵鎶ヨ浠畨鍏ㄦ鏌�" ) + private String yqbjyaqjc; + + @PropertyDef(label = "琛ヨ嵂鍓嶄粨鍐呯7鍖栨阿娴撳害" ) + private Double byqcnlhqnd; + + @PropertyDef(label = "鐩爣娴撳害" ) + private Double mbnd; + + @PropertyDef(label = "璁$畻琛ヨ嵂閲�" ) + private Double jsbyl; + + @PropertyDef(label = "瀹為檯琛ヨ嵂閲�" ) + private Double sjbyl; + + @PropertyDef(label = "琛ヨ嵂鏂规硶" ) + private String byff; + + @PropertyDef(label = "浣滀笟浜烘暟" ) + private Integer zyrs; + + @PropertyDef(label = "琛ヨ嵂浣滀笟鎵瑰噯浜�" ) + private String byzypzr; + + @PropertyDef(label = "鐜板満鎸囨尌浜�" ) + private String xczhr; + + @PropertyDef(label = "宄板�兼祿搴�" ) + private Double fznd; + + @PropertyDef(label = "鐩爣娴撳害缁存寔澶╂暟" ) + private Integer mbndwcts; + + @PropertyDef(label = "婕忔皵浣嶇疆鐩戞祴" ) + private String lswzjc; + + @PropertyDef(label = "婕忔皵閮ㄤ綅閲囧彇鐨勮ˉ鏁戞帾鏂�" ) + private String lqbwcqdbjcs; + + @PropertyDef(label = "瀵嗛棴鏃堕棿" ) + private Integer mbsj; + + @PropertyDef(label = "CT鍊�" ) + private Double ctz; + + @PropertyDef(label = "鏁f皵鍓嶇7鍖栨阿娴撳害" ) + private Double sqqlhqnd; + + @JSONField(format = "yyyy-MM-dd") + @Column(name = "sqrq") + private Date sqrq; + + @PropertyDef(label = "鏁f皵鏂规硶" ) + private String sqff; + + @PropertyDef(label = "鏁f皵鎵瑰噯浜�" ) + private String sqpzr; + + @PropertyDef(label = "鏁f皵鎸佺画澶╂暟" ) + private Integer sqcsts; + + @PropertyDef(label = "鏁f皵缁撴潫鏃剁7鍖栨阿娴撳害" ) + private Double sqjsslhqnd; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "娈嬫福鏀堕泦浣滀笟鏃堕棿" ) + private Date czsjzysj; + + @PropertyDef(label = "娈嬫福鏀堕泦浣滀笟浜烘暟" ) + private Integer czsjzyrs; + + @PropertyDef(label = "娈嬫福鏀堕泦鏂规硶" ) + private String czsjff; + + @PropertyDef(label = "娈嬫福鏀堕泦浣滀笟鎵瑰噯浜�" ) + private String czsjzypzr; + + @PropertyDef(label = "娈嬫福澶勭悊鎺柦" ) + private String czclcs; + + @PropertyDef(label = "娈嬫福澶勭悊浣滀笟浜烘暟" ) + private Integer czclzyrs; + + @PropertyDef(label = "娈嬫福澶勭悊鎵瑰噯浜�" ) + private String czclpzr; + + @PropertyDef(label = "鐔忚捀鍚庢椿铏鍑烘儏鍐�" ) + private String xzhhcjcqk; + + @PropertyDef(label = "鐔忚捀鍚庤櫕鍙e瘑搴�" ) + private Integer xzhckmd; + + @PropertyDef(label = "鍩瑰吇15澶╁悗娲昏櫕鏁�" ) + private Integer pyswthhcs; + + @PropertyDef(label = "鍩瑰吇45澶╁悗娲昏櫕鏁�" ) + private Integer pysswthhcs; + + @PropertyDef(label = "鐔忚捀鏁堟灉璇勪环" ) + private String xzxgpj; + + @PropertyDef(label = "鐔忚捀璐熻矗浜�" ) + private String xzfzr; + + @PropertyDef(label = "鐔忚捀浣滀笟浜哄憳" ) + private String xzzyry; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + private Date zhgxsj; + +} \ No newline at end of file diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1307.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1307.java new file mode 100644 index 0000000..a6a29b5 --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1307.java @@ -0,0 +1,50 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * 鎺ュ彛琛�-浠撳唴瑙嗛鍥惧儚鏁版嵁琛� + * + * @author chen + * @date 2022-09-02 15:57 + */ +@Data +public class Nx2023Api1307 implements Serializable { + + @PropertyDef(label = "搴撳尯浠g爜") + private String kqdm; + + @PropertyDef(label = "瑙嗛鐩戞帶璁惧id" ) + private String spjksbid; + + @PropertyDef(label = "浠撴埧浠g爜" ) + private String cfdm; + + @PropertyDef(label = "璐т綅浠g爜" ) + private String hwdm; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鎶撴媿鏃堕棿" ) + private Date zpsj; + + @PropertyDef(label = "鍥惧儚鏂囦欢鍚庣紑鍚�") + private String txwjhzm; + + @JSONField(name="Yzwbh") + @PropertyDef(label = "棰勭疆浣嶇紪鍙�" ) + private String yzwbh; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + private Date zhgxsj; + + + +} \ No newline at end of file diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1308.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1308.java new file mode 100644 index 0000000..317ea5b --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1308.java @@ -0,0 +1,69 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +/** + * 鎺ュ彛琛�-瑙嗛鐩戞帶寮傚父浜嬩欢鍛婅鍩烘湰淇℃伅鏁版嵁琛� + * + * @author chen + * @date 2022-09-02 15:59 + */ +@Data +public class Nx2023Api1308 implements Serializable { + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鍛婅鏃堕棿" ) + private Date gjsj; + + @PropertyDef(label = "搴撳尯鍚嶇О" ) + private String kqmc; + + @PropertyDef(label = "搴撳尯浠g爜" ) + private String kqdm; + + @PropertyDef(label = "搴撳尯鍦板潃" ) + private String kqdz; + + @PropertyDef(label = "瑙嗛鐩戞帶璁惧id" ) + private String spjksbid; + + @PropertyDef(label = "瀹夎浣嶇疆绫诲瀷" ) + private String azwzlx; + + @PropertyDef(label = "鐩戣鍖哄煙璇存槑" ) + private String jsqysm; + + @PropertyDef(label = "寮傚父鍛婅璇存槑" ) + private String ycgjsm; + + @PropertyDef(label = "鍥惧儚缂栧彿") + private String txbh; + + @PropertyDef(label = "瑙嗛缂栧彿") + private String spbh; + + @PropertyDef(label = "褰撳墠澶勭疆鐘舵��") + private String czzt; + + @PropertyDef(label = "澶勭疆鍐呭") + private String hxczqk; + + @PropertyDef(label = "澶勭疆浜�") + private String hxczr; + + @PropertyDef(label = "澶勭疆鏃堕棿") + private Date hhxczsj; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + private Date zhgxsj; + + +} diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1403.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1403.java new file mode 100644 index 0000000..0e7f435 --- /dev/null +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1403.java @@ -0,0 +1,60 @@ +package com.fzzy.push.nx2023.dto; + +import com.alibaba.fastjson.annotation.JSONField; +import com.bstek.dorado.annotation.PropertyDef; +import lombok.Data; +import lombok.EqualsAndHashCode; + +import javax.persistence.Column; +import javax.persistence.Entity; +import javax.persistence.Id; +import javax.persistence.Table; +import java.io.Serializable; +import java.util.Date; + +/** + * 鎺ュ彛琛�-杞崲璁″垝淇℃伅鏁版嵁琛� + * + * @author chen + * @date 2022-09-02 16:03 + */ +@Data +public class Nx2023Api1403 implements Serializable { + + @PropertyDef(label = "杞崲璁″垝鍗曞彿", description = "鍗曚綅缂栫爜 + 4浣嶅勾浠� + 3浣嶉『搴忓彿") + private String lhjhdh; + + @PropertyDef(label = "璁″垝鏂囧彿" ) + private String jhwh; + + @PropertyDef(label = "璁″垝鍚嶇О" ) + private String jhmc; + + @PropertyDef(label = "璁″垝骞村害" ) + private String jhnd; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "寮�濮嬫墽琛屾棩鏈�" ) + private Date kszxrq; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "鎴鎵ц鏃ユ湡" ) + private Date jzzxrq; + + @PropertyDef(label = "璁″垝涓嬭揪鍗曚綅" ) + private String jhxddw; + + @PropertyDef(label = "璁″垝涓嬭揪鍗曚綅鍚嶇О" ) + private String jhxddwmc; + + @JSONField(format = "yyyy-MM-dd") + @PropertyDef(label = "璁″垝涓嬭揪鏃堕棿" ) + private Date jhxdsj; + + @PropertyDef(label = "鎿嶄綔鏍囧織" ) + private String czbz; + + @JSONField(format = "yyyy-MM-dd HH:mm:ss") + @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�" ) + private Date zhgxsj; +} diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 362c6d1..a14e508 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -7,7 +7,7 @@ primary: # url: jdbc:mysql://127.0.0.1:3306/igds_api_5016?useUnicode=true&useSSL=false&characterEncoding=utf-8 #澶ф咕鍖� # url: jdbc:mysql://127.0.0.1:3306/igds_api_5303?useUnicode=true&useSSL=false&characterEncoding=utf-8 #涓婃捣鍢夊畾 -# url: jdbc:mysql://127.0.0.1:3306/igds_api_5306?useUnicode=true&useSSL=false&characterEncoding=utf-8 #瀹佸鐭冲槾灞� + url: jdbc:mysql://127.0.0.1:3306/igds_api_5306?useUnicode=true&useSSL=false&characterEncoding=utf-8 #瀹佸鐭冲槾灞� # url: jdbc:mysql://127.0.0.1:3306/igds_api_5311?useUnicode=true&useSSL=false&characterEncoding=utf-8 #骞挎境 # url: jdbc:mysql://127.0.0.1:3306/igds_api_5317?useUnicode=true&useSSL=false&characterEncoding=utf-8 #娼槼搴� # url: jdbc:mysql://127.0.0.1:3306/igds_api_5317_002?useUnicode=true&useSSL=false&characterEncoding=utf-8 #娼槼鍒嗗簱-婵犳睙鍖虹璧佸簱 @@ -26,7 +26,7 @@ # url: jdbc:mysql://127.0.0.1:3306/igds_api_5321?useUnicode=true&useSSL=false&characterEncoding=utf-8 #骞夸笢闊跺叧 # url: jdbc:mysql://127.0.0.1:3306/igds_api_5322?useUnicode=true&useSSL=false&characterEncoding=utf-8 #骞夸笢寰愰椈 # url: jdbc:mysql://127.0.0.1:3306/igds_api_5326?useUnicode=true&useSSL=false&characterEncoding=utf-8 #鎯犲窞鎯犳柊 - url: jdbc:mysql://127.0.0.1:3306/igds_api_5327?useUnicode=true&useSSL=false&characterEncoding=utf-8 #姝︽眽榛勯檪鍐涚伯 +# url: jdbc:mysql://127.0.0.1:3306/igds_api_5327?useUnicode=true&useSSL=false&characterEncoding=utf-8 #姝︽眽榛勯檪鍐涚伯 # url: jdbc:mysql://127.0.0.1:3306/igds_api_5329?useUnicode=true&useSSL=false&characterEncoding=utf-8 #骞夸笢浣涘北绂呭煄鍖� username: root password: Abc123.. @@ -35,14 +35,14 @@ secondary: # url: jdbc:mysql://127.0.0.1:3306/igds_3.5_5016?useUnicode=true&useSSL=false&characterEncoding=utf-8 #澶ф咕鍖� # url: jdbc:mysql://127.0.0.1:3306/igds_4.0_5303?useUnicode=true&useSSL=false&characterEncoding=utf-8 #涓婃捣鍢夊畾 -# url: jdbc:mysql://127.0.0.1:3306/igds_4.0_5306?useUnicode=true&useSSL=false&characterEncoding=utf-8 #瀹佸鐭冲槾灞� + url: jdbc:mysql://127.0.0.1:3306/igds_4.0_5306?useUnicode=true&useSSL=false&characterEncoding=utf-8 #瀹佸鐭冲槾灞� # url: jdbc:mysql://127.0.0.1:3306/igds_3.5_5311?useUnicode=true&useSSL=false&characterEncoding=utf-8 #骞挎境 # url: jdbc:mysql://127.0.0.1:3306/igds_3.5_5317?useUnicode=true&useSSL=false&characterEncoding=utf-8 #娼槼搴� # url: jdbc:mysql://127.0.0.1:3306/igds_3.5_5320?useUnicode=true&useSSL=false&characterEncoding=utf-8 # url: jdbc:mysql://127.0.0.1:3306/igds_3.5_5321?useUnicode=true&useSSL=false&characterEncoding=utf-8 # url: jdbc:mysql://127.0.0.1:3306/igds_4.0_5322?useUnicode=true&useSSL=false&characterEncoding=utf-8 #骞夸笢寰愰椈 # url: jdbc:mysql://127.0.0.1:3306/igds_4.0_5326?useUnicode=true&useSSL=false&characterEncoding=utf-8 #鎯犲窞鎯犳柊 - url: jdbc:mysql://127.0.0.1:3306/igds_4.0_5327?useUnicode=true&useSSL=false&characterEncoding=utf-8 #姝︽眽榛勯檪鍐涚伯 +# url: jdbc:mysql://127.0.0.1:3306/igds_4.0_5327?useUnicode=true&useSSL=false&characterEncoding=utf-8 #姝︽眽榛勯檪鍐涚伯 # url: jdbc:mysql://127.0.0.1:3306/igds_4.0_5329?useUnicode=true&useSSL=false&characterEncoding=utf-8 #骞夸笢浣涘北绂呭煄鍖� username: root password: Abc123.. diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f4754f0..a862643 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,7 +1,7 @@ ########################## Server ########################## spring: profiles: - active: linux + active: dev application: name: igds-api main: -- Gitblit v1.9.3