Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
cocktail-party-server
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
cocktail-party
cocktail-party-server
Commits
c2e92006
提交
c2e92006
authored
3月 14, 2021
作者:
RuoYi
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
数据监控默认账户密码防止越权访问
上级
9502203b
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
11 行增加
和
5 行删除
+11
-5
pom.xml
pom.xml
+5
-1
application-druid.yml
ruoyi-admin/src/main/resources/application-druid.yml
+2
-2
BaseController.java
...java/com/ruoyi/common/core/controller/BaseController.java
+1
-1
pom.xml
ruoyi-generator/pom.xml
+3
-1
没有找到文件。
pom.xml
浏览文件 @
c2e92006
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
<jna.version>
5.7.0
</jna.version>
<jna.version>
5.7.0
</jna.version>
<commons.io.version>
2.5
</commons.io.version>
<commons.io.version>
2.5
</commons.io.version>
<commons.fileupload.version>
1.3.3
</commons.fileupload.version>
<commons.fileupload.version>
1.3.3
</commons.fileupload.version>
<commons.collections.version>
3.2.2
</commons.collections.version>
<poi.version>
4.1.2
</poi.version>
<poi.version>
4.1.2
</poi.version>
<velocity.version>
1.7
</velocity.version>
<velocity.version>
1.7
</velocity.version>
<jwt.version>
0.9.1
</jwt.version>
<jwt.version>
0.9.1
</jwt.version>
...
@@ -143,11 +144,14 @@
...
@@ -143,11 +144,14 @@
</exclusion>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
<!-- collections工具类 -->
<dependency>
<dependency>
<groupId>
commons-collections
</groupId>
<groupId>
commons-collections
</groupId>
<artifactId>
commons-collections
</artifactId>
<artifactId>
commons-collections
</artifactId>
<version>
3.2.2
</version>
<version>
${commons.collections.version}
</version>
</dependency>
</dependency>
<!-- 阿里JSON解析器 -->
<!-- 阿里JSON解析器 -->
<dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<groupId>
com.alibaba
</groupId>
...
...
ruoyi-admin/src/main/resources/application-druid.yml
浏览文件 @
c2e92006
...
@@ -43,8 +43,8 @@ spring:
...
@@ -43,8 +43,8 @@ spring:
allow
:
allow
:
url-pattern
:
/druid/*
url-pattern
:
/druid/*
# 控制台管理用户名和密码
# 控制台管理用户名和密码
login-username
:
login-username
:
admin
login-password
:
login-password
:
123456
filter
:
filter
:
stat
:
stat
:
enabled
:
true
enabled
:
true
...
...
ruoyi-common/src/main/java/com/ruoyi/common/core/controller/BaseController.java
浏览文件 @
c2e92006
...
@@ -25,7 +25,7 @@ import com.ruoyi.common.utils.sql.SqlUtil;
...
@@ -25,7 +25,7 @@ import com.ruoyi.common.utils.sql.SqlUtil;
*/
*/
public
class
BaseController
public
class
BaseController
{
{
protected
final
Logger
logger
=
LoggerFactory
.
getLogger
(
BaseController
.
class
);
protected
final
Logger
logger
=
LoggerFactory
.
getLogger
(
this
.
getClass
()
);
/**
/**
* 将前台传递过来的日期格式的字符串,自动转化为Date类型
* 将前台传递过来的日期格式的字符串,自动转化为Date类型
...
...
ruoyi-generator/pom.xml
浏览文件 @
c2e92006
...
@@ -22,11 +22,13 @@
...
@@ -22,11 +22,13 @@
<groupId>
org.apache.velocity
</groupId>
<groupId>
org.apache.velocity
</groupId>
<artifactId>
velocity
</artifactId>
<artifactId>
velocity
</artifactId>
</dependency>
</dependency>
<!--commons-collections-->
<!-- collections工具类 -->
<dependency>
<dependency>
<groupId>
commons-collections
</groupId>
<groupId>
commons-collections
</groupId>
<artifactId>
commons-collections
</artifactId>
<artifactId>
commons-collections
</artifactId>
</dependency>
</dependency>
<!-- 通用工具-->
<!-- 通用工具-->
<dependency>
<dependency>
<groupId>
com.ruoyi
</groupId>
<groupId>
com.ruoyi
</groupId>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论