Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
cms
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
iuav
cms
Commits
48069dcd
提交
48069dcd
authored
5月 22, 2023
作者:
余乾开
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'develop'
上级
56542648
0daa0f1d
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
50 行增加
和
3 行删除
+50
-3
application-test.yml
.../cms-service-user/src/main/resources/application-test.yml
+46
-0
kustomization.yaml
kustomization/overlays/dev/kustomization.yaml
+1
-1
increase_replicas.yaml
kustomization/overlays/prod/increase_replicas.yaml
+3
-2
没有找到文件。
csm-service/cms-service-user/src/main/resources/application-test.yml
0 → 100644
浏览文件 @
48069dcd
server
:
port
:
35150
servlet
:
context-path
:
/userapp
#spring
spring
:
application
:
name
:
userapp
#Database
datasource
:
driver-class-name
:
com.mysql.cj.jdbc.Driver
url
:
jdbc:mysql://rm-wz9dd796t4j1giz6t2o.mysql.rds.aliyuncs.com:3306/iuav_cms?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
username
:
tmj
password
:
MMC@2022&MYSQL
# Druid数据源配置
type
:
com.alibaba.druid.pool.DruidDataSource
jackson
:
date-format
:
yyyy-MM-dd HH:mm:ss
#mybatis
mybatis
:
executor-type
:
simple
mapper-locations
:
classpath:mapper/**/*.xml
type-aliases-package
:
com.mmc.iuav.user
configuration
:
map-underscore-to-camel-case
:
true
wx
:
sub
:
appid
:
wx5c6a105a0ddca4c5
secret
:
96c75255dd26f82f8d55e15b59e101c7
app
:
id
:
wx18b7883acd204278
secret
:
28afe74ba373830237a8133a7431ee82
miniprogram-state
:
trial
env-version
:
trial
token-path
:
/userservlet/wechat/getAppletUserAccessToken
port
:
user
third-party
:
ali
:
app-code
:
524b1864a88f47458c1061bae3811570
qcc
:
app-key
:
5015e664848d406ab1ca4b505c3da803
secret-key
:
7C4DB8CCECC148175E46392CC0A1B410
\ No newline at end of file
kustomization/overlays/dev/kustomization.yaml
浏览文件 @
48069dcd
...
@@ -17,4 +17,4 @@ patches:
...
@@ -17,4 +17,4 @@ patches:
images
:
images
:
-
name
:
REGISTRY/NAMESPACE/IMAGE:TAG
-
name
:
REGISTRY/NAMESPACE/IMAGE:TAG
newName
:
mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/cms
newName
:
mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/cms
newTag
:
2528536a2a0840adb161c2278d26ab9559f60e86
newTag
:
50300cdb6c80c5b241b0f67920ff8aad112f2ec3
kustomization/overlays/prod/increase_replicas.yaml
浏览文件 @
48069dcd
...
@@ -6,8 +6,9 @@ spec:
...
@@ -6,8 +6,9 @@ spec:
replicas
:
1
replicas
:
1
template
:
template
:
spec
:
spec
:
nodeSelector
:
nodeName
:
master
on-master
:
"
true"
# nodeSelector:
# on-master: "true"
# affinity:
# affinity:
# podAntiAffinity:
# podAntiAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
# requiredDuringSchedulingIgnoredDuringExecution:
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论