各项目内网环境地址

虚拟机工作台地址:http://test.e100soft.cn
虚拟机用户中心地址:http://test.e100soft.cn/user
需要在本地host增加 192.168.0.42 test.e100soft.cn
如无法访问,请在nacos test环境增加相应配置,然后修改config文件并上传svn,会自动打包部署
image.png

项目列表

用户中心数据库 192.168.0.174:5432/unitemanagealiyun
工作台数据库 192.168.0.174:5432/work2021
svn需提交的配置文件地址:
image.png
svn需提交的端口:

项目名 内网ip 内网端口 访问地址 是否可用
h5页面 192.168.0.42 80 http://test.e100soft.cn/h5/xxx
cams 192.168.0.42 8080 http://test.e100soft.cn/cams ok
flowcenter 192.168.0.42 8080 http://test.e100soft.cn/flowcenter ok
space 192.168.0.174 8891 http://test.e100soft.cn/space http://test.e100soft.cn/space/clock-service/swagger-ui.html
spaceview 192.168.0.174 8080 http://test.e100soft.cn/spaceview
thirdplatformadapter 192.168.0.174 8081 http://test.e100soft.cn/thirdplatformadapter
bmapi 192.168.0.174 8082 http://test.e100soft.cn/bmapi
work 192.168.0.174 8083 http://test.e100soft.cn ok
form 192.168.0.174 8084 http://test.e100soft.cn/form http://test.e100soft.cn/form/swagger-ui.html
schedule 192.168.0.174 8085 http://test.e100soft.cn/schedule
user 192.168.0.174 8086 http://test.e100soft.cn/user ok
schoolpjservice 192.168.0.174 8087 http://test.e100soft.cn/schoolpjservice
iot 192.168.0.174 8088 http://test.e100soft.cn/iot
classboardmanage 192.168.0.174 8089 http://test.e100soft.cn/classboardmanage
px 192.168.0.174 8090 http://test.e100soft.cn/px
pxview 192.168.0.174 8091 http://test.e100soft.cn/pxview
dailymanage 192.168.0.42 8092 http://test.e100soft.cn/dailymanage
bpapi 192.168.0.42 8093 http://test.e100soft.cn/bpapi http://test.e100soft.cn/bpapi/swagger-ui.html
oa_haian 192.168.0.42 8094 http://test.e100soft.cn/oa_haian
oa 192.168.0.42 8095 http://test.e100soft.cn/oa
pingjia 192.168.0.42 8096 http://test.e100soft.cn/pingjia
bk 192.168.0.42 8097 http://test.e100soft.cn/bk
asserts 192.168.0.42 8098 http://test.e100soft.cn/asserts
activity 192.168.0.42 8099 http://test.e100soft.cn/activity
sch_useroperation 192.168.0.42 8100 http://test.e100soft.cn/sch_useroperation
pan 192.168.0.42 8101 http://test.e100soft.cn/pan
dc 192.168.0.42 8102 http://test.e100soft.cn/dc
kaowu 192.168.0.42 8103 http://test.e100soft.cn/kaowu
baoming 192.168.0.42 8104 http://test.e100soft.cn/baoming
study 192.168.0.42 8105 http://test.e100soft.cn/study
classboard 192.168.0.42 8106 http://test.e100soft.cn/classboard
mainxcx 192.168.0.42 8107 http://test.e100soft.cn/mainxcx http://test.e100soft.cn/mainxcx/swagger-ui.html
manageapi 192.168.0.42 8108 http://test.e100soft.cn/manageapi
eclasscard 192.168.0.42 8109 http://test.e100soft.cn/eclasscard
score 192.168.0.42 8110 http://test.e100soft.cn/score
student 192.168.0.42 8077 http://test.e100soft.cn/student

maven仓库

http://192.168.0.174:18888/repository/maven_group/
grails环境配置:
image.png
mavenRepo “http://repo.grails.org/grails/core
mavenRepo “http://repo.grails.org/grails/plugins
mavenRepo “http://192.168.0.174:18888/repository/maven_group/
image.png
compile group: ‘cn.e100soft’,
name: ‘authUser’,
version: ‘0.1.10-RELEASE’
ps:config插件找不到
创建该目录,将plugin-config-0.1.5.zip放入该目录,该文件在ftp公共空间
C:\Users\用户名.m2\repository\org\grails\plugins\plugin-config\0.1.5

禅道地址

访问地址:http://192.168.0.174:8000/
用户名和密码规则: slsun sun123456(部分同学姓的拼音不足3位则为wu1234567 这种)

redis地址

host: 192.168.0.174:6379
密码:duobang123456

postgres地址

host: 192.168.0.174:5432
密码:duobang123456

jenkins地址

访问地址:http://192.168.0.174:10240/
账号:dbadmin db123456

svn地址

地址:svn://192.168.0.174:3690/repo svn://192.168.0.174:3690/wenda-xcx
用户名和密码规则: wkwu wu123 / fjin jin123等等

springboot模板项目地址
svn://192.168.0.174:3690/repo/baseproject

kafka地址

地址:192.168.0.174:9092
以下参数必须设置:
AuthBase.setKafkaServer(“192.168.0.174:9092”);
AuthBase.setProjectName(“form”);//项目名称
AuthBase.setAutoOffsetReset(“latest”);//latest最新数据 或earliest最早数据,默认最新

nacos(配置中心、注册中心)

地址:
http://192.168.0.174:8848/nacos/index.html
账号:nacos nacos

ftp地址

http://192.168.0.107