提交 e76d0450 编写于 作者: 梦境迷离's avatar 梦境迷离

重构++

上级 596fe241
......@@ -10,4 +10,5 @@ out/
gradlew
gradlew.bat
log/
dist/
\ No newline at end of file
dist/
src/main/resources/application-dev.properties
\ No newline at end of file
......@@ -60,6 +60,8 @@ LayIM
密码 `123456`(所有mock数据都是一个密码)
激活 将`status`状态改为`nonactivated`(需要激活才能登录,要配置JavaMail)
> 使用环境参数spring.profiles.active=dev,密码放在application-dev.properties
### 部署
```shell
......
......@@ -7,6 +7,6 @@ git pull origin master
gradle bootRepackage
nohup java -jar dist/LayIM-$version.jar >layim.log 2>&1 &
nohup java -jar dist/Sim-$version.jar >sim.log 2>&1 &
tail -f layim.log
tail -f sim.log
......@@ -12,7 +12,7 @@ mybatis.configuration.default-statement-timeout=30
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
spring.datasource.url=jdbc:mysql://localhost:3306/websocket?useUnicode=true&useSSL=false&characterEncoding=utf-8
spring.datasource.username=root
spring.datasource.password=LGB58080
spring.datasource.password=xx
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.platform=mysql
#jdbc自动初始化数据库
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册