management/guns-admin/src/main/resources/application.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
management/guns-admin/src/main/resources/redis.properties | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
management/guns-admin/src/main/webapp/WEB-INF/view/login.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
management/guns-admin/src/main/resources/application.yml
@@ -15,8 +15,8 @@ spring: profiles: active: dev # active: produce # active: dev active: produce mvc: static-path-pattern: /static/** view: @@ -52,8 +52,8 @@ datasource: url: jdbc:mysql://127.0.0.1:3306/super_save_driving?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8 username: root # password: f4OfRjqoN3jSiNGiUoiNsQdOBtCOKYRj password: 123456 password: f4OfRjqoN3jSiNGiUoiNsQdOBtCOKYRj # password: 123456 db-name: super_save_driving #用来搜集数据库的所有表 filters: wall,mergeStat management/guns-admin/src/main/resources/redis.properties
@@ -2,19 +2,19 @@ # RedisÊý¾Ý¿âË÷Òý£¨Ä¬ÈÏΪ0£© spring.redis.database=0 ## Redis·þÎñÆ÷µØÖ· #spring.redis.host=127.0.0.1 ## Redis·þÎñÆ÷Á¬½Ó¶Ë¿Ú #spring.redis.port=16379 ## Redis·þÎñÆ÷Á¬½ÓÃÜÂ루ĬÈÏΪ¿Õ£© #spring.redis.password=cKsEeyffDXG5PzNg8CIbrWxFluXrCprZ #Redis·þÎñÆ÷µØÖ· spring.redis.host=127.0.0.1 # Redis·þÎñÆ÷Á¬½Ó¶Ë¿Ú spring.redis.port=6379 spring.redis.port=16379 # Redis·þÎñÆ÷Á¬½ÓÃÜÂ루ĬÈÏΪ¿Õ£© spring.redis.password=123456 spring.redis.password=cKsEeyffDXG5PzNg8CIbrWxFluXrCprZ ##Redis·þÎñÆ÷µØÖ· #spring.redis.host=127.0.0.1 ## Redis·þÎñÆ÷Á¬½Ó¶Ë¿Ú #spring.redis.port=6379 ## Redis·þÎñÆ÷Á¬½ÓÃÜÂ루ĬÈÏΪ¿Õ£© #spring.redis.password=123456 # Á¬½Ó³Ø×î´óÁ¬½ÓÊý£¨Ê¹ÓøºÖµ±íʾûÓÐÏÞÖÆ£© spring.redis.jedis.pool.max-active=1024 management/guns-admin/src/main/webapp/WEB-INF/view/login.html
@@ -64,11 +64,11 @@ <form class="m-t" role="form" action="${ctxPath}/login" method="post"> <div class="item"> <img src="${ctxPath}/static/img/account.png" /> <input class="itemInput" type="text" name="username" id="username" placeholder="请输入您的账号" required="" value="admin"> <input class="itemInput" type="text" name="username" id="username" placeholder="请输入您的账号" required="" value=""> </div> <div class="item"> <img src="${ctxPath}/static/img/password.png" /> <input class="itemInput" type="password" name="password" id="password" placeholder="请输入您的密码" required="" value="111111"> <input class="itemInput" type="password" name="password" id="password" placeholder="请输入您的密码" required="" value=""> </div> <div id="verify" style="display: none"> @if(kaptcha.getKaptchaOnOff() == true){