Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
73be39d5
Commit
73be39d5
authored
Jul 22, 2022
by
KeYong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
525eae3d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
23 deletions
+29
-23
OrgUsrExcelDto.java
...ejoin/amos/boot/module/common/api/dto/OrgUsrExcelDto.java
+16
-10
application.properties
...ot-system-equip/src/main/resources/application.properties
+3
-3
application-dev.properties
...-system-jcs/src/main/resources/application-dev.properties
+9
-9
application.properties
...boot-system-jcs/src/main/resources/application.properties
+1
-1
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-common-api/src/main/java/com/yeejoin/amos/boot/module/common/api/dto/OrgUsrExcelDto.java
View file @
73be39d5
...
@@ -206,40 +206,46 @@ public class OrgUsrExcelDto extends BaseDto {
...
@@ -206,40 +206,46 @@ public class OrgUsrExcelDto extends BaseDto {
@ExcelProperty
(
value
=
"岗位资质"
,
index
=
29
)
@ExcelProperty
(
value
=
"岗位资质"
,
index
=
29
)
private
String
postQualification
;
private
String
postQualification
;
@ApiModelProperty
(
value
=
"持证时间"
)
@ExcelProperty
(
value
=
"持证时间"
,
index
=
30
)
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
private
Date
holdingTime
;
/*************************学历教育***********************/
/*************************学历教育***********************/
@ApiModelProperty
(
value
=
"第一学历"
)
@ApiModelProperty
(
value
=
"第一学历"
)
@ExplicitConstraint
(
type
=
"XLLX"
,
indexNum
=
3
0
,
sourceClass
=
CommonExplicitConstraint
.
class
)
//动态下拉内容
@ExplicitConstraint
(
type
=
"XLLX"
,
indexNum
=
3
1
,
sourceClass
=
CommonExplicitConstraint
.
class
)
//动态下拉内容
@ExcelProperty
(
value
=
"第一学历"
,
index
=
3
0
)
@ExcelProperty
(
value
=
"第一学历"
,
index
=
3
1
)
private
String
firstDegree
;
private
String
firstDegree
;
@ApiModelProperty
(
value
=
"最高学历"
)
@ApiModelProperty
(
value
=
"最高学历"
)
@ExplicitConstraint
(
type
=
"XLLX"
,
indexNum
=
3
1
,
sourceClass
=
CommonExplicitConstraint
.
class
)
//动态下拉内容
@ExplicitConstraint
(
type
=
"XLLX"
,
indexNum
=
3
2
,
sourceClass
=
CommonExplicitConstraint
.
class
)
//动态下拉内容
@ExcelProperty
(
value
=
"最高学历"
,
index
=
3
1
)
@ExcelProperty
(
value
=
"最高学历"
,
index
=
3
2
)
private
String
highestEducation
;
private
String
highestEducation
;
@ApiModelProperty
(
value
=
"学位"
)
@ApiModelProperty
(
value
=
"学位"
)
@ExplicitConstraint
(
type
=
"XWLX"
,
indexNum
=
3
2
,
sourceClass
=
CommonExplicitConstraint
.
class
)
//动态下拉内容
@ExplicitConstraint
(
type
=
"XWLX"
,
indexNum
=
3
3
,
sourceClass
=
CommonExplicitConstraint
.
class
)
//动态下拉内容
@ExcelProperty
(
value
=
"学位"
,
index
=
3
2
)
@ExcelProperty
(
value
=
"学位"
,
index
=
3
3
)
private
String
academicDegree
;
private
String
academicDegree
;
@ApiModelProperty
(
value
=
"毕业院校"
)
@ApiModelProperty
(
value
=
"毕业院校"
)
@ExcelProperty
(
value
=
"毕业院校"
,
index
=
3
3
)
@ExcelProperty
(
value
=
"毕业院校"
,
index
=
3
4
)
private
String
school
;
private
String
school
;
@ApiModelProperty
(
value
=
"毕业专业名称"
)
@ApiModelProperty
(
value
=
"毕业专业名称"
)
@ExcelProperty
(
value
=
"毕业专业名称"
,
index
=
3
4
)
@ExcelProperty
(
value
=
"毕业专业名称"
,
index
=
3
5
)
private
String
professionalName
;
private
String
professionalName
;
/*************************工作履历岗***********************/
/*************************工作履历岗***********************/
@ApiModelProperty
(
value
=
"参加工作时间"
)
@ApiModelProperty
(
value
=
"参加工作时间"
)
@ExcelProperty
(
value
=
"参加工作时间"
,
index
=
3
5
)
@ExcelProperty
(
value
=
"参加工作时间"
,
index
=
3
6
)
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd"
)
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
private
Date
workingHours
;
private
Date
workingHours
;
@ApiModelProperty
(
value
=
"参加消防部门工作时间"
)
@ApiModelProperty
(
value
=
"参加消防部门工作时间"
)
@ExcelProperty
(
value
=
"参加消防部门工作时间"
,
index
=
3
6
)
@ExcelProperty
(
value
=
"参加消防部门工作时间"
,
index
=
3
7
)
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd"
)
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
private
Date
fireWorkingHours
;
private
Date
fireWorkingHours
;
...
...
amos-boot-system-equip/src/main/resources/application.properties
View file @
73be39d5
spring.application.name
=
AMOS-EQUIPMANAGE-
WJ
spring.application.name
=
AMOS-EQUIPMANAGE-
KY
server.servlet.context-path
=
/equip
server.servlet.context-path
=
/equip
server.port
=
8100
server.port
=
8100
#server.servlet.context-path=/case
#server.servlet.context-path=/case
spring.profiles.active
=
dev
2
spring.profiles.active
=
dev
spring.datasource.driver-class-name
=
com.mysql.cj.jdbc.Driver
spring.datasource.driver-class-name
=
com.mysql.cj.jdbc.Driver
#mybatis mapper file
#mybatis mapper file
mybatis.mapper-locations
=
classpath:mapper/*.xml
mybatis.mapper-locations
=
classpath:mapper/*.xml
...
@@ -20,7 +20,7 @@ pagehelper.support-methods-arguments=true
...
@@ -20,7 +20,7 @@ pagehelper.support-methods-arguments=true
spring.main.allow-bean-definition-overriding
=
true
spring.main.allow-bean-definition-overriding
=
true
#liquibase
#liquibase
spring.liquibase.change-log
=
classpath:/changelog/changelog-master.xml
spring.liquibase.change-log
=
classpath:/changelog/changelog-master.xml
spring.liquibase.enabled
=
tru
e
spring.liquibase.enabled
=
fals
e
#\u5355\u4E2A\u6587\u4EF6\u6700\u5927\u5927\u5C0F
#\u5355\u4E2A\u6587\u4EF6\u6700\u5927\u5927\u5C0F
spring.servlet.multipart.maxFileSize
=
100MB
spring.servlet.multipart.maxFileSize
=
100MB
spring.servlet.multipart.maxRequestSize
=
100MB
spring.servlet.multipart.maxRequestSize
=
100MB
...
...
amos-boot-system-jcs/src/main/resources/application-dev.properties
View file @
73be39d5
## DB properties:
## DB properties:
spring.datasource.url
=
jdbc:mysql://172.16.
6.60:3306/xiy_amos_jcs
_biz?allowMultiQueries=true&serverTimezone=GMT%2B8&characterEncoding=utf8
spring.datasource.url
=
jdbc:mysql://172.16.
11.201:3306/dl_amos_common
_biz?allowMultiQueries=true&serverTimezone=GMT%2B8&characterEncoding=utf8
spring.datasource.username
=
root
spring.datasource.username
=
root
spring.datasource.password
=
root_123
spring.datasource.password
=
Yeejoin@2020
## eureka properties:
## eureka properties:
eureka.client.serviceUrl.defaultZone
=
http://172.16.
3.97
:10001/eureka/
eureka.client.serviceUrl.defaultZone
=
http://172.16.
11.201
:10001/eureka/
## redis properties:danger/list
## redis properties:danger/list
spring.redis.database
=
1
spring.redis.database
=
1
spring.redis.host
=
172.16.
3.35
spring.redis.host
=
172.16.
11.201
spring.redis.port
=
6379
spring.redis.port
=
6379
spring.redis.password
=
yeejoin@202
0
spring.redis.password
=
123456
0
## ES properties:
## ES properties:
biz.elasticsearch.address
=
172.16.
6.60
biz.elasticsearch.address
=
172.16.
11.201
spring.data.elasticsearch.cluster-name
=
elasticsearch
spring.data.elasticsearch.cluster-name
=
elasticsearch
spring.data.elasticsearch.cluster-nodes
=
${biz.elasticsearch.address}:9300
spring.data.elasticsearch.cluster-nodes
=
${biz.elasticsearch.address}:9300
spring.elasticsearch.rest.uris
=
http://${biz.elasticsearch.address}:9200
spring.elasticsearch.rest.uris
=
http://${biz.elasticsearch.address}:9200
...
@@ -22,7 +22,7 @@ spring.elasticsearch.rest.uris=http://${biz.elasticsearch.address}:9200
...
@@ -22,7 +22,7 @@ spring.elasticsearch.rest.uris=http://${biz.elasticsearch.address}:9200
## emqx properties:
## emqx properties:
emqx.clean-session
=
true
emqx.clean-session
=
true
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.broker
=
tcp://1
72.16.3.35:2
883
emqx.broker
=
tcp://1
172.16.11.201:1
883
emqx.user-name
=
super
emqx.user-name
=
super
emqx.password
=
a123456
emqx.password
=
a123456
...
@@ -30,10 +30,10 @@ emqx.password=a123456
...
@@ -30,10 +30,10 @@ emqx.password=a123456
rule.definition.load
=
false
rule.definition.load
=
false
rule.definition.model-package
=
com.yeejoin.amos.boot.module.jcs.api.dto
rule.definition.model-package
=
com.yeejoin.amos.boot.module.jcs.api.dto
rule.definition.default-agency
=
jcs
rule.definition.default-agency
=
jcs
rule.definition.localIp
=
172.16.
3.35
rule.definition.localIp
=
172.16.
11.201
## mongodb properties:
## mongodb properties:
#spring.data.mongodb.uri=mongodb://172.16.
6.60
:27017/command_db
#spring.data.mongodb.uri=mongodb://172.16.
11.201
:27017/command_db
## file properties:
## file properties:
file.url
=
http://39.98.45.134:9000/
file.url
=
http://39.98.45.134:9000/
...
...
amos-boot-system-jcs/src/main/resources/application.properties
View file @
73be39d5
...
@@ -34,7 +34,7 @@ spring.datasource.hikari.connection-test-query=SELECT 1
...
@@ -34,7 +34,7 @@ spring.datasource.hikari.connection-test-query=SELECT 1
##liquibase
##liquibase
spring.liquibase.change-log
=
classpath:/db/changelog/changelog-master.xml
spring.liquibase.change-log
=
classpath:/db/changelog/changelog-master.xml
spring.liquibase.enabled
=
tru
e
spring.liquibase.enabled
=
fals
e
## eureka properties:
## eureka properties:
eureka.client.registry-fetch-interval-seconds
=
5
eureka.client.registry-fetch-interval-seconds
=
5
...
...
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