瀏覽代碼

Merge branch 'v3.5.1' of http://git.ycjcjy.com/zhiyuxing/estateagents into v3.5.1

傅行帆 5 年之前
父節點
當前提交
0184aa9119

+ 12
- 27
pom.xml 查看文件

10
 	</parent>
10
 	</parent>
11
 	<groupId>com.huiju</groupId>
11
 	<groupId>com.huiju</groupId>
12
 	<artifactId>estateagents</artifactId>
12
 	<artifactId>estateagents</artifactId>
13
-	<version>v3.5.1-2019-11-21</version>
13
+	<version>v2.5.1</version>
14
 	<name>estateages</name>
14
 	<name>estateages</name>
15
 	<description>置业经纪人</description>
15
 	<description>置业经纪人</description>
16
 
16
 
108
 			<artifactId>guava</artifactId>
108
 			<artifactId>guava</artifactId>
109
 			<version>26.0-jre</version>
109
 			<version>26.0-jre</version>
110
 		</dependency>
110
 		</dependency>
111
-
112
-		<!-- https://mvnrepository.com/artifact/com.alibaba/easyexcel -->
113
-		<dependency>
114
-			<groupId>com.alibaba</groupId>
115
-			<artifactId>easyexcel</artifactId>
116
-			<version>2.0.4</version>
117
-		</dependency>
118
-
119
-		<!-- swagger2 -->
120
-		<dependency>
121
-			<groupId>io.springfox</groupId>
122
-			<artifactId>springfox-swagger2</artifactId>
123
-			<version>2.7.0</version>
124
-		</dependency>
125
-
126
-		<dependency>
127
-			<groupId>io.springfox</groupId>
128
-			<artifactId>springfox-swagger-ui</artifactId>
129
-			<version>2.7.0</version>
130
-		</dependency>
131
-
132
 	</dependencies>
111
 	</dependencies>
133
 
112
 
134
 	<profiles>
113
 	<profiles>
160
 			</properties>
139
 			</properties>
161
 		</profile>
140
 		</profile>
162
 		<profile>
141
 		<profile>
163
-			<id>demo</id>
142
+			<id>rc</id>
164
 			<properties>
143
 			<properties>
165
-				<profiles.active>demo</profiles.active>
144
+				<profiles.active>rc</profiles.active>
166
 			</properties>
145
 			</properties>
167
 		</profile>
146
 		</profile>
168
 		<profile>
147
 		<profile>
171
 				<profiles.active>nj</profiles.active>
150
 				<profiles.active>nj</profiles.active>
172
 			</properties>
151
 			</properties>
173
 		</profile>
152
 		</profile>
153
+		<profile>
154
+			<id>hj</id>
155
+			<properties>
156
+				<profiles.active>hj</profiles.active>
157
+			</properties>
158
+		</profile>
174
 		<profile>
159
 		<profile>
175
 			<id>gzysd</id>
160
 			<id>gzysd</id>
176
 			<properties>
161
 			<properties>
178
 			</properties>
163
 			</properties>
179
 		</profile>
164
 		</profile>
180
 		<profile>
165
 		<profile>
181
-			<id>v3</id>
166
+			<id>jj</id>
182
 			<properties>
167
 			<properties>
183
-				<profiles.active>v3</profiles.active>
168
+				<profiles.active>jj</profiles.active>
184
 			</properties>
169
 			</properties>
185
 		</profile>
170
 		</profile>
186
 	</profiles>
171
 	</profiles>
198
 				<includes>
183
 				<includes>
199
 					<include>application.yml</include>
184
 					<include>application.yml</include>
200
 					<include>application-${profiles.active}.yml</include>
185
 					<include>application-${profiles.active}.yml</include>
201
-					<include>mapper/**/*.xml</include>
186
+					<include>mapper/*.xml</include>
202
 				</includes>
187
 				</includes>
203
 			</resource>
188
 			</resource>
204
 		</resources>
189
 		</resources>

+ 52
- 74
src/main/resources/application-gzysd.yml 查看文件

1
-server:
2
-  port: 8009
3
-spring:
4
-  application:
5
-    name: estateagents
6
-  datasource:
7
-    username: estateagents
8
-    password: DQ@0lW##kBb2+-jPZ
9
-    url: jdbc:mysql://rm-uf6z3z6jq11x653d77o.mysql.rds.aliyuncs.com:3306/estateagents_17?useUnicode=true&serverTimezone=CTT&characterEncoding=utf8&allowMultiQueries=true&autoReconnect=true&zeroDateTimeBehavior=convertToNull
10
-    driver-class-name: com.mysql.cj.jdbc.Driver
11
-    initial-size: 10 # 初始化连接数
12
-    max-active: 20 # 最大连接数
13
-    min-idle: 8 # 最小空闲数
14
-    max-idle: 8 # 最大空闲数
15
-  servlet:
16
-    multipart:
17
-      max-file-size: 10MB
18
-      max-request-size: 50MB
19
-
20
-##mybatis-plus
21
-mybatis-plus:
22
-  configuration:
23
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
24
-    call-setters-on-nulls: true
25
-  mapper-locations: classpath:mapper/**/*.xml
26
-wx:
27
-  miniapp:
28
-    appid: wxe3b1e683853800b5
29
-    secret: 207dd6d0f807b2dd0d41b57a8184365f
30
-    token:
31
-    aesKey:
32
-    msgDataFormat: JSON
33
-  tpls:
34
-    - name: notice
35
-      id: 6hWKexNlaVpAOvrcWxHHQ_Duz1gRIkg2-Clsktp2-Os
36
-      keywords: 4
37
-    - name: newCustomer
38
-      id: WiBYjqkE9KvwDv1WSq5vnuv5A6FSaOB8ETFcrVmtCEI
39
-      keywords: 4
40
-    - name: mainbiz
41
-      id: IywdSfNPegeg5GB3Q-TVieSYD9DA0im8eI-hF_u0i-4
42
-      keywords: 6
43
-ali:
44
-  accessKeyId: LTAIkc75dpkJw8Lb
45
-  accessKeySecret: v4bvXCaix6vSDTCFfwSAdqV53iFEQw
46
-  oss:
47
-    endpoint: oss-cn-shanghai.aliyuncs.com
48
-    bucketName: estateagents
49
-    bucketURL: https://estateagents.oss-cn-shanghai.aliyuncs.com
50
-
51
-# 手机短信服务
52
-sms:
53
-  url: http://micservice.ycjcjy.com/sms
54
-  method: POST
55
-  contentType: "application/json;charset=UTF-8"
56
-  template:
57
-    code:
58
-    tel:
59
-    params:
60
-
61
-  # 以下为各模板 code
62
-  # 验证码
63
-  captcha:
64
-    # 模板 code
65
-    code: "0301"
66
-    # 有效时间 秒
67
-    expire: 120
68
-    # 验证码长度
69
-    size: 4
70
-    # 短信签名
71
-    sign: AI智慧案场
72
-
73
-  visitor:
74
-    code: "0501"
1
+server:
2
+  port: 8009
3
+spring:
4
+  application:
5
+    name: estateagents
6
+  datasource:
7
+    username: estateagents
8
+    password: DQ@0lW##kBb2+-jPZ
9
+    url: jdbc:mysql://rm-uf6z3z6jq11x653d77o.mysql.rds.aliyuncs.com:3306/estateagents_gzysd?useUnicode=true&serverTimezone=CTT&characterEncoding=utf8&allowMultiQueries=true&autoReconnect=true&zeroDateTimeBehavior=convertToNull
10
+    driver-class-name: com.mysql.cj.jdbc.Driver
11
+    initial-size: 10 # 初始化连接数
12
+    max-active: 20 # 最大连接数
13
+    min-idle: 8 # 最小空闲数
14
+    max-idle: 8 # 最大空闲数
15
+  servlet:
16
+    multipart:
17
+      max-file-size: 10MB
18
+      max-request-size: 50MB
19
+
20
+##mybatis-plus
21
+mybatis-plus:
22
+  configuration:
23
+    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
24
+    call-setters-on-nulls: true
25
+  mapper-locations: classpath:mapper/*.xml
26
+wx:
27
+  miniapp:
28
+    appid: wxe3b1e683853800b5
29
+    secret: 207dd6d0f807b2dd0d41b57a8184365f
30
+    token:
31
+    aesKey:
32
+    msgDataFormat: JSON
33
+  tpls:
34
+    - name: notice
35
+      id: IVWM-wpzSNV6CyXeSBGBgRku2lRrZ-3x4vXRILQpHM0
36
+      keywords: 4
37
+    - name: newCustomer
38
+      id: WiBYjqkE9KvwDv1WSq5vnuv5A6FSaOB8ETFcrVmtCEI
39
+      keywords: 4
40
+    - name: mainbiz
41
+      id: IywdSfNPegeg5GB3Q-TVieSYD9DA0im8eI-hF_u0i-4
42
+
43
+      keywords: 6
44
+ali:
45
+  accessKeyId: LTAIkc75dpkJw8Lb
46
+  accessKeySecret: v4bvXCaix6vSDTCFfwSAdqV53iFEQw
47
+  oss:
48
+    endpoint: oss-cn-shanghai.aliyuncs.com
49
+    bucketName: estateagents
50
+    bucketURL: https://estateagents.oss-cn-shanghai.aliyuncs.com
51
+
52
+

+ 52
- 0
src/main/resources/application-hj.yml 查看文件

1
+server:
2
+  port: 8011
3
+spring:
4
+  application:
5
+    name: estateagents
6
+  datasource:
7
+    username: estateagents
8
+    password: DQ@0lW##kBb2+-jPZ
9
+    url: jdbc:mysql://rm-uf6z3z6jq11x653d77o.mysql.rds.aliyuncs.com:3306/estateagents_hj?useUnicode=true&serverTimezone=CTT&characterEncoding=utf8&allowMultiQueries=true&autoReconnect=true&zeroDateTimeBehavior=convertToNull
10
+    driver-class-name: com.mysql.cj.jdbc.Driver
11
+    initial-size: 10 # 初始化连接数
12
+    max-active: 20 # 最大连接数
13
+    min-idle: 8 # 最小空闲数
14
+    max-idle: 8 # 最大空闲数
15
+  servlet:
16
+    multipart:
17
+      max-file-size: 10MB
18
+      max-request-size: 50MB
19
+
20
+##mybatis-plus
21
+mybatis-plus:
22
+  configuration:
23
+    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
24
+    call-setters-on-nulls: true
25
+  mapper-locations: classpath:mapper/*.xml
26
+wx:
27
+  miniapp:
28
+    appid: wx03aca9d7d9b0b7f1
29
+    secret: f85aa21010204969b0f9a16f81de8a4b
30
+    token:
31
+    aesKey:
32
+    msgDataFormat: JSON
33
+  tpls:
34
+    - name: notice
35
+      id: Dflyeuyy76tCpam6OfVMblBaiog9fBt4NGAxbLPQ6AI
36
+      keywords: 4
37
+    - name: newCustomer
38
+      id: WiBYjqkE9KvwDv1WSq5vnuv5A6FSaOB8ETFcrVmtCEI
39
+      keywords: 4
40
+    - name: mainbiz
41
+      id: BDrgtJK9zul0gtHhHwY31x7kDH8BWGJxKvkj1wPzB4E
42
+
43
+      keywords: 6
44
+ali:
45
+  accessKeyId: LTAIkc75dpkJw8Lb
46
+  accessKeySecret: v4bvXCaix6vSDTCFfwSAdqV53iFEQw
47
+  oss:
48
+    endpoint: oss-cn-shanghai.aliyuncs.com
49
+    bucketName: estateagents
50
+    bucketURL: https://estateagents.oss-cn-shanghai.aliyuncs.com
51
+
52
+

+ 52
- 0
src/main/resources/application-jj.yml 查看文件

1
+server:
2
+  port: 8013
3
+spring:
4
+  application:
5
+    name: estateagents
6
+  datasource:
7
+    username: estateagents
8
+    password: DQ@0lW##kBb2+-jPZ
9
+    url: jdbc:mysql://rm-uf6z3z6jq11x653d77o.mysql.rds.aliyuncs.com:3306/estateagents_jj?useUnicode=true&serverTimezone=CTT&characterEncoding=utf8&allowMultiQueries=true&autoReconnect=true&zeroDateTimeBehavior=convertToNull
10
+    driver-class-name: com.mysql.cj.jdbc.Driver
11
+    initial-size: 10 # 初始化连接数
12
+    max-active: 20 # 最大连接数
13
+    min-idle: 8 # 最小空闲数
14
+    max-idle: 8 # 最大空闲数
15
+  servlet:
16
+    multipart:
17
+      max-file-size: 10MB
18
+      max-request-size: 50MB
19
+
20
+##mybatis-plus
21
+mybatis-plus:
22
+  configuration:
23
+    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
24
+    call-setters-on-nulls: true
25
+  mapper-locations: classpath:mapper/*.xml
26
+wx:
27
+  miniapp:
28
+    appid: wx7183d7d918a426d3
29
+    secret: d06320d36d0b706f981da20b796c5875
30
+    token:
31
+    aesKey:
32
+    msgDataFormat: JSON
33
+  tpls:
34
+    - name: notice
35
+      id: 80jdxzuPITEffVNC1KD1IGvbOxGkipTJlrxPosQrz0s
36
+      keywords: 4
37
+    - name: newCustomer
38
+      id: WiBYjqkE9KvwDv1WSq5vnuv5A6FSaOB8ETFcrVmtCEI
39
+      keywords: 4
40
+    - name: mainbiz
41
+      id: UbuzqEqULHf_NAZHay_3RJPGHm1g11YYU2R66ASq5Uw
42
+
43
+      keywords: 6
44
+ali:
45
+  accessKeyId: LTAIkc75dpkJw8Lb
46
+  accessKeySecret: v4bvXCaix6vSDTCFfwSAdqV53iFEQw
47
+  oss:
48
+    endpoint: oss-cn-shanghai.aliyuncs.com
49
+    bucketName: estateagents
50
+    bucketURL: https://estateagents.oss-cn-shanghai.aliyuncs.com
51
+
52
+

src/main/resources/application-demo.yml → src/main/resources/application-rc.yml 查看文件

25
   mapper-locations: classpath:mapper/**/*.xml
25
   mapper-locations: classpath:mapper/**/*.xml
26
 wx:
26
 wx:
27
   miniapp:
27
   miniapp:
28
-    appid: wx65d61e127ed35d5e
29
-    secret: dca3f2974f59e975e3ee45c6237b0ca2
28
+    appid: wxe9e01aa4a3568f52
29
+    secret: f1d70000e55f221976b95a43084042b0
30
     token:
30
     token:
31
     aesKey:
31
     aesKey:
32
     msgDataFormat: JSON
32
     msgDataFormat: JSON
33
   tpls:
33
   tpls:
34
     - name: notice
34
     - name: notice
35
-      id: dRIuc5iYqjot_zuxRDeeR8Qaf0DUrwu0Da5fYUewf9k
35
+      id: FikibBOSwA_v0Ud80o9t_06kAUjn5TRd60
36
       keywords: 4
36
       keywords: 4
37
     - name: newCustomer
37
     - name: newCustomer
38
       id: WiBYjqkE9KvwDv1WSq5vnuv5A6FSaOB8ETFcrVmtCEI
38
       id: WiBYjqkE9KvwDv1WSq5vnuv5A6FSaOB8ETFcrVmtCEI
39
       keywords: 4
39
       keywords: 4
40
     - name: mainbiz
40
     - name: mainbiz
41
-      id: wGFoATwbhXh1FS9XqRq8nag4VfBxTpc6WiKIh0uUadQ
41
+      id: 8b0kuLCKzPeu1MUBfpLT9DhysqMl2LSWNYqluycvGm8
42
       keywords: 6
42
       keywords: 6
43
 ali:
43
 ali:
44
   accessKeyId: LTAIkc75dpkJw8Lb
44
   accessKeyId: LTAIkc75dpkJw8Lb