Fetch the repository succeeded.
This action will force synchronization from soler/open-cloud, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
全新升级spring boot2.0+ 稳定版
springCloud Finchley.RELEASE
springBoot 2.0.4.RELEASE
redis
rabbitmq
mysql
alibaba nacos 服务发现和配置中心
layui 前端UI框架
支持多环境(dev、test、online):修改主项目pom.xml中的profiles节点
修改关键配置项:
<config.server-addr>127.0.0.1:8848</config.server-addr>
<discovery.server-addr>127.0.0.1:8848</discovery.server-addr>
<auth.server-addr>http://localhost:8211</auth.server-addr>
<gateway.server-addr>http://localhost:8888</gateway.server-addr>
打包不同环境:mvn clean install package -P {dev|test|online}
启动脚本:./start.sh {start|stop|restart|status} {service}.jar
启动顺序:
Sign in to post a comment
Repository Comments ( 0 )