Commit ebd147182253a37c97c87a88e6f2e2f7c0214fe3

Authored by ljq
1 parent 137de0ff

1

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
... ... @@ -62,7 +62,7 @@ spring:
62 62 # redis 配置
63 63 redis:
64 64 # 地址
65   - host: localhost
  65 + host: 192.168.168.111
66 66 # 端口,默认为6379
67 67 port: 6379
68 68 # 数据库索引
... ...
ruoyi-ui/src/views/login.vue
... ... @@ -54,10 +54,10 @@
54 54 </div>
55 55 </el-form-item>
56 56 </el-form>
57   - <!-- 底部 -->
  57 +<!-- &lt;!&ndash; 底部 &ndash;&gt;
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  
... ...