Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center
Commits
cc293f01
Commit
cc293f01
authored
Apr 08, 2021
by
罗承锋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图片上传稽核修改
parent
b882f226
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
apply-net/src/main/java/com/winsun/controller/codeManagerController.java
+1
-1
apply-net/src/main/resources/application-local.yml
+7
-4
No files found.
apply-net/src/main/java/com/winsun/controller/codeManagerController.java
View file @
cc293f01
...
...
@@ -432,7 +432,7 @@ public class codeManagerController {
public
ResponseData
<
String
>
uploadStuCard
(
String
userName
,
String
orderPhone
,
String
linkPhone
,
String
idCard
,
String
file1
,
String
file2
,
String
file3
,
String
file4
)
{
if
(
StringUtils
.
is
Not
Blank
(
userName
))
{
if
(
StringUtils
.
isBlank
(
userName
))
{
return
ResponseData
.
error
(
"请填写姓名"
);
}
...
...
apply-net/src/main/resources/application-local.yml
View file @
cc293f01
...
...
@@ -94,7 +94,7 @@ spring:
# republish failures to the DLQ with diagnostic headers
republish-to-dlq
:
true
rabbitmq
:
host
:
1
23.56.82.14
1
host
:
1
72.18.101.17
1
port
:
5672
username
:
guest
password
:
guest
...
...
@@ -120,6 +120,9 @@ spring:
exprie
:
600
prohibition
:
600
datasource
:
url
:
jdbc:mysql://127.0.0.1:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username
:
root
password
:
root
dynamic
:
primary
:
master
p6spy
:
true
...
...
@@ -128,9 +131,9 @@ spring:
max-active
:
30
datasource
:
master
:
url
:
jdbc:mysql://127.0.0.1:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username
:
root
password
:
root
url
:
${spring.datasource.url}
username
:
${spring.datasource.username}
password
:
${spring.datasource.password}
driver-class-name
:
com.mysql.cj.jdbc.Driver
devtools
:
restart
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment