Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
cms
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
iuav
cms
Commits
aacc049a
提交
aacc049a
authored
11月 16, 2023
作者:
刘明祎-运维用途
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
配置
上级
83acfaef
流水线
#6944
已失败 于阶段
in 2 分 6 秒
变更
7
流水线
1
显示空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
12 行增加
和
10 行删除
+12
-10
PilotCertificationDTO.java
...iuav/user/model/dto/dronepilot/PilotCertificationDTO.java
+2
-2
CompanyInfoVO.java
...c/main/java/com/mmc/iuav/user/model/vo/CompanyInfoVO.java
+1
-1
PilotCertificationVO.java
...c/iuav/user/model/vo/dronepilot/PilotCertificationVO.java
+2
-2
PilotCertificationDO.java
...mmc/iuav/user/entity/dronepilot/PilotCertificationDO.java
+2
-2
application-dev.yml
...e/cms-service-user/src/main/resources/application-dev.yml
+1
-1
application-local.yml
...cms-service-user/src/main/resources/application-local.yml
+1
-1
application-prod.yml
.../cms-service-user/src/main/resources/application-prod.yml
+3
-1
没有找到文件。
cms-common/cms-common-model/src/main/java/com/mmc/iuav/user/model/dto/dronepilot/PilotCertificationDTO.java
浏览文件 @
aacc049a
...
@@ -41,7 +41,7 @@ public class PilotCertificationDTO {
...
@@ -41,7 +41,7 @@ public class PilotCertificationDTO {
@NotBlank
(
message
=
"电子执照的编号不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
@NotBlank
(
message
=
"电子执照的编号不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
private
String
licenseNumber
;
private
String
licenseNumber
;
@ApiModelProperty
(
value
=
"上传执照"
,
example
=
"http://
pad-video-x.oss-cn-shenzhen
.aliyuncs.com/file/2cbbeffb-c1d1-4b26-a9a9-9e17c85e35a9.jpg"
,
required
=
true
)
@ApiModelProperty
(
value
=
"上传执照"
,
example
=
"http://
share-fly.oss-cn-hangzhou
.aliyuncs.com/file/2cbbeffb-c1d1-4b26-a9a9-9e17c85e35a9.jpg"
,
required
=
true
)
@NotBlank
(
message
=
"上传执照的照片不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
@NotBlank
(
message
=
"上传执照的照片不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
private
String
licenseUrl
;
private
String
licenseUrl
;
...
@@ -61,7 +61,7 @@ public class PilotCertificationDTO {
...
@@ -61,7 +61,7 @@ public class PilotCertificationDTO {
@NotNull
(
message
=
"能力不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
@NotNull
(
message
=
"能力不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
List
<
PilotAbilityVO
>
pilotAbility
;
List
<
PilotAbilityVO
>
pilotAbility
;
@ApiModelProperty
(
value
=
"能力不能为空"
,
example
=
"http://
pad-video-x.oss-cn-shenzhen
.aliyuncs.com/file/2cbbeffb-c1d1-4b26-a9a9-9e17c85e35a9.jpg"
,
required
=
true
)
@ApiModelProperty
(
value
=
"能力不能为空"
,
example
=
"http://
share-fly.oss-cn-hangzhou
.aliyuncs.com/file/2cbbeffb-c1d1-4b26-a9a9-9e17c85e35a9.jpg"
,
required
=
true
)
@NotBlank
(
message
=
"能力图片不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
@NotBlank
(
message
=
"能力图片不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
private
String
abilityUrl
;
private
String
abilityUrl
;
...
...
cms-common/cms-common-model/src/main/java/com/mmc/iuav/user/model/vo/CompanyInfoVO.java
浏览文件 @
aacc049a
...
@@ -74,7 +74,7 @@ public class CompanyInfoVO implements Serializable {
...
@@ -74,7 +74,7 @@ public class CompanyInfoVO implements Serializable {
private
String
content
;
private
String
content
;
@ApiModelProperty
(
value
=
"评分"
,
example
=
"*****"
)
@ApiModelProperty
(
value
=
"评分"
,
example
=
"*****"
)
private
Integer
score
;
private
Integer
score
;
@ApiModelProperty
(
value
=
"背景图"
,
example
=
"http://
pad-video-x.oss-cn-shenzhen
.aliyuncs.com/file/3505c402-cbf9-41a5-9d6f-bdb350625bea.jpg"
)
@ApiModelProperty
(
value
=
"背景图"
,
example
=
"http://
share-fly.oss-cn-hangzhou
.aliyuncs.com/file/3505c402-cbf9-41a5-9d6f-bdb350625bea.jpg"
)
private
String
backImg
;
private
String
backImg
;
@ApiModelProperty
(
value
=
"当前距离"
)
@ApiModelProperty
(
value
=
"当前距离"
)
private
Double
distance
;
private
Double
distance
;
...
...
cms-common/cms-common-model/src/main/java/com/mmc/iuav/user/model/vo/dronepilot/PilotCertificationVO.java
浏览文件 @
aacc049a
...
@@ -42,7 +42,7 @@ public class PilotCertificationVO {
...
@@ -42,7 +42,7 @@ public class PilotCertificationVO {
@NotBlank
(
message
=
"电子执照的编号不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
@NotBlank
(
message
=
"电子执照的编号不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
private
String
licenseNumber
;
private
String
licenseNumber
;
@ApiModelProperty
(
value
=
"上传执照"
,
example
=
"http://
pad-video-x.oss-cn-shenzhen
.aliyuncs.com/file/2cbbeffb-c1d1-4b26-a9a9-9e17c85e35a9.jpg"
,
required
=
true
)
@ApiModelProperty
(
value
=
"上传执照"
,
example
=
"http://
share-fly.oss-cn-hangzhou
.aliyuncs.com/file/2cbbeffb-c1d1-4b26-a9a9-9e17c85e35a9.jpg"
,
required
=
true
)
@NotBlank
(
message
=
"上传执照的照片不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
@NotBlank
(
message
=
"上传执照的照片不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
private
String
licenseUrl
;
private
String
licenseUrl
;
...
@@ -62,7 +62,7 @@ public class PilotCertificationVO {
...
@@ -62,7 +62,7 @@ public class PilotCertificationVO {
@NotNull
(
message
=
"能力不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
@NotNull
(
message
=
"能力不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
List
<
PilotAbilityVO
>
pilotAbility
;
List
<
PilotAbilityVO
>
pilotAbility
;
@ApiModelProperty
(
value
=
"能力不能为空"
,
example
=
"http://
pad-video-x.oss-cn-shenzhen
.aliyuncs.com/file/2cbbeffb-c1d1-4b26-a9a9-9e17c85e35a9.jpg"
,
required
=
true
)
@ApiModelProperty
(
value
=
"能力不能为空"
,
example
=
"http://
share-fly.oss-cn-hangzhou
.aliyuncs.com/file/2cbbeffb-c1d1-4b26-a9a9-9e17c85e35a9.jpg"
,
required
=
true
)
@NotBlank
(
message
=
"能力图片不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
@NotBlank
(
message
=
"能力图片不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
private
String
abilityUrl
;
private
String
abilityUrl
;
...
...
csm-service/cms-service-user/src/main/java/com/mmc/iuav/user/entity/dronepilot/PilotCertificationDO.java
浏览文件 @
aacc049a
...
@@ -46,7 +46,7 @@ public class PilotCertificationDO {
...
@@ -46,7 +46,7 @@ public class PilotCertificationDO {
@NotBlank
(
message
=
"电子执照的编号不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
@NotBlank
(
message
=
"电子执照的编号不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
private
String
licenseNumber
;
private
String
licenseNumber
;
@ApiModelProperty
(
value
=
"上传执照"
,
example
=
"http://
pad-video-x.oss-cn-shenzhen
.aliyuncs.com/file/2cbbeffb-c1d1-4b26-a9a9-9e17c85e35a9.jpg"
,
required
=
true
)
@ApiModelProperty
(
value
=
"上传执照"
,
example
=
"http://
share-fly.oss-cn-hangzhou
.aliyuncs.com/file/2cbbeffb-c1d1-4b26-a9a9-9e17c85e35a9.jpg"
,
required
=
true
)
@NotBlank
(
message
=
"上传执照的照片不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
@NotBlank
(
message
=
"上传执照的照片不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
private
String
licenseUrl
;
private
String
licenseUrl
;
...
@@ -67,7 +67,7 @@ public class PilotCertificationDO {
...
@@ -67,7 +67,7 @@ public class PilotCertificationDO {
@NotNull
(
message
=
"能力不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
@NotNull
(
message
=
"能力不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
private
List
<
PilotAbilityVO
>
pilotAbility
;
private
List
<
PilotAbilityVO
>
pilotAbility
;
@ApiModelProperty
(
value
=
"能力不能为空"
,
example
=
"http://
pad-video-x.oss-cn-shenzhen
.aliyuncs.com/file/2cbbeffb-c1d1-4b26-a9a9-9e17c85e35a9.jpg"
,
required
=
true
)
@ApiModelProperty
(
value
=
"能力不能为空"
,
example
=
"http://
share-fly.oss-cn-hangzhou
.aliyuncs.com/file/2cbbeffb-c1d1-4b26-a9a9-9e17c85e35a9.jpg"
,
required
=
true
)
@NotBlank
(
message
=
"能力图片不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
@NotBlank
(
message
=
"能力图片不能为空"
,
groups
=
{
Create
.
class
,
Update
.
class
})
private
String
abilityUrl
;
private
String
abilityUrl
;
...
...
csm-service/cms-service-user/src/main/resources/application-dev.yml
浏览文件 @
aacc049a
...
@@ -3,7 +3,7 @@ spring:
...
@@ -3,7 +3,7 @@ spring:
#Database
#Database
datasource
:
datasource
:
driver-class-name
:
com.mysql.cj.jdbc.Driver
driver-class-name
:
com.mysql.cj.jdbc.Driver
url
:
jdbc:mysql://
mysql.default
:3306/iuav_cms_dev?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
url
:
jdbc:mysql://
rm-bp1m8kze2l399i1jyko.mysql.rds.aliyuncs.com
:3306/iuav_cms_dev?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
username
:
iuav_dev
username
:
iuav_dev
password
:
${MYSQL_PASSWORD}
password
:
${MYSQL_PASSWORD}
# Druid数据源配置
# Druid数据源配置
...
...
csm-service/cms-service-user/src/main/resources/application-local.yml
浏览文件 @
aacc049a
...
@@ -3,7 +3,7 @@ spring:
...
@@ -3,7 +3,7 @@ spring:
#Database
#Database
datasource
:
datasource
:
driver-class-name
:
com.mysql.cj.jdbc.Driver
driver-class-name
:
com.mysql.cj.jdbc.Driver
url
:
jdbc:mysql://rm-
wz9dd796t4j1giz6t2
o.mysql.rds.aliyuncs.com:3306/iuav_cms_dev?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
url
:
jdbc:mysql://rm-
bp1m8kze2l399i1jyk
o.mysql.rds.aliyuncs.com:3306/iuav_cms_dev?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
username
:
iuav_dev
username
:
iuav_dev
password
:
IUAV_DEV@2023&MYSQL
password
:
IUAV_DEV@2023&MYSQL
# Druid数据源配置
# Druid数据源配置
...
...
csm-service/cms-service-user/src/main/resources/application-prod.yml
浏览文件 @
aacc049a
...
@@ -3,7 +3,7 @@ spring:
...
@@ -3,7 +3,7 @@ spring:
#Database
#Database
datasource
:
datasource
:
driver-class-name
:
com.mysql.cj.jdbc.Driver
driver-class-name
:
com.mysql.cj.jdbc.Driver
url
:
jdbc:mysql://
mysql.default
:3306/iuav_cms?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
url
:
jdbc:mysql://
rm-bp1m8kze2l399i1jyko.mysql.rds.aliyuncs.com
:3306/iuav_cms?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
username
:
iuav
username
:
iuav
password
:
${MYSQL_PASSWORD}
password
:
${MYSQL_PASSWORD}
# Druid数据源配置
# Druid数据源配置
...
@@ -36,6 +36,7 @@ spring:
...
@@ -36,6 +36,7 @@ spring:
# enabled: true
# enabled: true
# login-username: druid
# login-username: druid
# login-password: druid
# login-password: druid
redis
:
redis
:
database
:
5
database
:
5
host
:
redis.default
host
:
redis.default
...
@@ -49,6 +50,7 @@ spring:
...
@@ -49,6 +50,7 @@ spring:
password
:
${RABBITMQ_PASSWORD}
password
:
${RABBITMQ_PASSWORD}
virtual-host
:
prod
virtual-host
:
prod
wx
:
wx
:
sub
:
sub
:
appid
:
wx5c6a105a0ddca4c5
appid
:
wx5c6a105a0ddca4c5
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论