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,7 +16,7 @@ public class RuoYiApplication
16 { 16 {
17 // System.setProperty("spring.devtools.restart.enabled", "false"); 17 // System.setProperty("spring.devtools.restart.enabled", "false");
18 SpringApplication.run(RuoYiApplication.class, args); 18 SpringApplication.run(RuoYiApplication.class, args);
19 - System.out.println("(♥◠‿◠)ノ゙ 若依启动成功 ლ(´ڡ`ლ)11゙ \n" + 19 + System.out.println("(♥◠‿◠)ノ゙ 项目启动成功 ლ(´ڡ`ლ)11゙ \n" +
20 " .-------. ____ __ \n" + 20 " .-------. ____ __ \n" +
21 " | _ _ \\ \\ \\ / / \n" + 21 " | _ _ \\ \\ \\ / / \n" +
22 " | ( ' ) | \\ _. / ' \n" + 22 " | ( ' ) | \\ _. / ' \n" +
ruoyi-admin/src/main/resources/application-druid.yml
@@ -6,7 +6,7 @@ spring: @@ -6,7 +6,7 @@ spring:
6 druid: 6 druid:
7 # 主库数据源 7 # 主库数据源
8 master: 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 username: root 10 username: root
11 password: root 11 password: root
12 # 从库数据源 12 # 从库数据源
ruoyi-admin/src/main/resources/application.yml
@@ -62,7 +62,7 @@ spring: @@ -62,7 +62,7 @@ spring:
62 # redis 配置 62 # redis 配置
63 redis: 63 redis:
64 # 地址 64 # 地址
65 - host: localhost 65 + host: 192.168.168.111
66 # 端口,默认为6379 66 # 端口,默认为6379
67 port: 6379 67 port: 6379
68 # 数据库索引 68 # 数据库索引
ruoyi-ui/src/views/login.vue
@@ -54,10 +54,10 @@ @@ -54,10 +54,10 @@
54 </div> 54 </div>
55 </el-form-item> 55 </el-form-item>
56 </el-form> 56 </el-form>
57 - <!-- 底部 --> 57 +<!-- &lt;!&ndash; 底部 &ndash;&gt;
58 <div class="el-login-footer"> 58 <div class="el-login-footer">
59 <span>Copyright © 2018-2022 ruoyi.vip All Rights Reserved.</span> 59 <span>Copyright © 2018-2022 ruoyi.vip All Rights Reserved.</span>
60 - </div> 60 + </div>-->
61 </div> 61 </div>
62 </template> 62 </template>
63 63
ruoyi-ui/src/views/register.vue
@@ -60,9 +60,9 @@ @@ -60,9 +60,9 @@
60 </el-form-item> 60 </el-form-item>
61 </el-form> 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 </div> 66 </div>
67 </template> 67 </template>
68 68