You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.4 KiB
44 lines
1.4 KiB
# app 名称
|
|
appname: 河北省产业监测
|
|
# 目前 只实现了 tomcat
|
|
# 目录结构 src/ WebRoot
|
|
kind: tomcat
|
|
|
|
tomcat:
|
|
# 部署上传代码 , 注意: 后台使用 indexOf 判断
|
|
includefile:
|
|
- src/ # 暂时不上传 src/ 目录
|
|
- WebRoot/
|
|
|
|
# 忽略路径, 后台使用 indexOf 判断
|
|
ignorefile:
|
|
- src/config/
|
|
- web.xml
|
|
- WebRoot/hbcyjc/html
|
|
- package-info
|
|
- WebRoot/hbcyjc/region/130000/yuanxing/pages
|
|
- WebRoot/hbcyjc/region/130000/yuanxing/产检UI效果图
|
|
- WebRoot/hbcyjc/region/130000/pages/yjglddxt/yjzh/ckplayer/请看一下.txt
|
|
- WebRoot/swagger
|
|
|
|
# 文件名替换映射 , 注意: 后台使用 indexOf 判断 ,并且路径首位不能包含空格
|
|
filemapping:
|
|
- .java -> .class
|
|
- src/ -> WebRoot/WEB-INF/classes/
|
|
|
|
servers:
|
|
# 提供的 id ,从 数据库查询 服务器 用户名和密码 表 cjy_cd / sn_server 字段 remote_connect_ip
|
|
# 河北产监 (主,图片存在该服务器上)
|
|
- id: 211.90.37.63:2211
|
|
codepath: /lvyou/code/hb-lycyjcpt
|
|
tomcatpath: /lvyou/tomcat/cyjc-tomcat8.5-443
|
|
|
|
# 河北产监 (副,存放代码和jsp)
|
|
- id: 211.90.37.63:2209
|
|
codepath: /ly/tomcat/ChanYeJianCe/apache-tomcat-9.0.43/webapps/ROOT
|
|
tomcatpath: /ly/tomcat/ChanYeJianCe/apache-tomcat-9.0.43
|
|
|
|
# 雄安 产监
|
|
- id: 144.7.111.208:22
|
|
codepath: /data/tomcat/cyjc-tomcat-8.5.69/webapps/ROOT
|
|
tomcatpath: /data/tomcat/cyjc-tomcat-8.5.69 |