# yuefengdian-apps **Repository Path**: lidingyin/yuefengdian-apps ## Basic Information - **Project Name**: yuefengdian-apps - **Description**: 粤电项目 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-04 - **Last Updated**: 2026-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 需求管理-应用服务 ## Windows域名解析配置 C:\Windows\System32\drivers\etc\hosts ``` 127.0.0.1 server-eureka-server-demand 203.93.173.180 ubuntu2 203.93.173.178 ubuntu3 ``` ## Linux域名解析配置 /etc/hosts ``` 192.168.1.167 spark1 server-eureka-server-demand 203.93.173.180 ubuntu2 203.93.173.178 ubuntu3 ``` ## jenkins http://203.93.173.178:8082/ hxqh/hxqh123 注: ## 注册中心 注册中心使用nacos座位注册中心和配置中心。 配置文件在doc文件中。 ## 项目打包 项目打包需要切换到项目根目录下使用maven命令打包。 服务打包,命令如下: mvn clean package -pl biz-apps -am -Dmaven.test.skip=true ## 项目启动 运行打包后的jar时可以添加参数,指定配置文件 如:java -jar biz-apps.jar > /xxxxxxxx/biz-apps.log & ## nacos本地启动 ### windowd启动方式 H:\>cd biz-ms-platform H:\biz-ms-platform>cd nacos-server H:\biz-ms-platform\nacos-server>cd bin H:\biz-ms-platform\nacos-server\bin>startup.cmd ### Linux启动方式 ./startup.sh -m standalone ### 访问服务 打开浏览器访问:http://localhost:8848/nacos 默认账号密码为 nacos/nacos