## 项目的启动
### 启动nacos
配置nacos的数据源
~~~
db.num=1
db.url.0=jdbc:mysql://localhost:3306/nacos?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true
db.user=root
db.password=123456
~~~
### 启动认证服务器
认证服务器的代码地址是jfun-auth/authorization-server
运行AuthorizationServerApp
### 启动用户中心
用户中心模块地址是 jfun-business/jfun-user-center
启动UserCneter
### 启动网关
网关模块的地址是jfun-gateway/zuul-center
启动ZuulCenter
## 启动截图jfun

