Commit ebd147182253a37c97c87a88e6f2e2f7c0214fe3
1 parent
137de0ff
1
Showing
5 changed files
with
8 additions
and
8 deletions
ruoyi-admin/src/main/java/com/ruoyi/RuoYiApplication.java
| ... | ... | @@ -16,7 +16,7 @@ public class RuoYiApplication |
| 16 | 16 | { |
| 17 | 17 | // System.setProperty("spring.devtools.restart.enabled", "false"); |
| 18 | 18 | SpringApplication.run(RuoYiApplication.class, args); |
| 19 | - System.out.println("(♥◠‿◠)ノ゙ 若依启动成功 ლ(´ڡ`ლ)11゙ \n" + | |
| 19 | + System.out.println("(♥◠‿◠)ノ゙ 项目启动成功 ლ(´ڡ`ლ)11゙ \n" + | |
| 20 | 20 | " .-------. ____ __ \n" + |
| 21 | 21 | " | _ _ \\ \\ \\ / / \n" + |
| 22 | 22 | " | ( ' ) | \\ _. / ' \n" + | ... | ... |
ruoyi-admin/src/main/resources/application-druid.yml
| ... | ... | @@ -6,7 +6,7 @@ spring: |
| 6 | 6 | druid: |
| 7 | 7 | # 主库数据源 |
| 8 | 8 | master: |
| 9 | - url: jdbc:mysql://localhost:3306/archives?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 | |
| 9 | + url: jdbc:mysql://192.168.168.111:3306/archives?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 | |
| 10 | 10 | username: root |
| 11 | 11 | password: root |
| 12 | 12 | # 从库数据源 | ... | ... |
ruoyi-admin/src/main/resources/application.yml
ruoyi-ui/src/views/login.vue
| ... | ... | @@ -54,10 +54,10 @@ |
| 54 | 54 | </div> |
| 55 | 55 | </el-form-item> |
| 56 | 56 | </el-form> |
| 57 | - <!-- 底部 --> | |
| 57 | +<!-- <!– 底部 –> | |
| 58 | 58 | <div class="el-login-footer"> |
| 59 | 59 | <span>Copyright © 2018-2022 ruoyi.vip All Rights Reserved.</span> |
| 60 | - </div> | |
| 60 | + </div>--> | |
| 61 | 61 | </div> |
| 62 | 62 | </template> |
| 63 | 63 | ... | ... |
ruoyi-ui/src/views/register.vue
| ... | ... | @@ -60,9 +60,9 @@ |
| 60 | 60 | </el-form-item> |
| 61 | 61 | </el-form> |
| 62 | 62 | <!-- 底部 --> |
| 63 | - <div class="el-register-footer"> | |
| 64 | - <span>Copyright © 2018-2022 ruoyi.vip All Rights Reserved.</span> | |
| 65 | - </div> | |
| 63 | +<!-- <div class="el-register-footer">--> | |
| 64 | +<!-- <span>Copyright © 2018-2022 ruoyi.vip All Rights Reserved.</span>--> | |
| 65 | +<!-- </div>--> | |
| 66 | 66 | </div> |
| 67 | 67 | </template> |
| 68 | 68 | ... | ... |