感官评吸系统

This commit is contained in:
2024-11-16 11:10:39 +08:00
parent f92b34bc35
commit 30d05ae9fa
56 changed files with 5410 additions and 2923 deletions

View File

@@ -61,6 +61,11 @@
<artifactId>ruoyi-generator</artifactId>
</dependency>
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ggpx</artifactId>
</dependency>
</dependencies>
<build>

View File

@@ -6,9 +6,9 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: password
url: jdbc:mysql://ruoyi-mysql:3306/ggpx?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: ggpx
password: 7ZH2jxM1
# 从库数据源
slave:
# 从数据源开关/默认关闭

View File

@@ -7,7 +7,7 @@ ruoyi:
# 版权年份
copyrightYear: 2024
# 文件路径 示例( Windows配置D:/ruoyi/uploadPathLinux配置 /home/ruoyi/uploadPath
profile: D:/ruoyi/uploadPath
profile: /home/ruoyi/uploadPath
# 获取ip地址开关
addressEnabled: false
# 验证码类型 math 数字计算 char 字符验证
@@ -68,13 +68,13 @@ spring:
# redis 配置
redis:
# 地址
host: localhost
host: ruoyi-redis
# 端口默认为6379
port: 6379
# 数据库索引
database: 0
# 密码
password:
password: 7ZH2jxM1
# 连接超时时间
timeout: 10s
lettuce:
@@ -95,7 +95,7 @@ token:
# 令牌密钥
secret: abcdefghijklmnopqrstuvwxyz
# 令牌有效期默认30分钟
expireTime: 30
expireTime: 4320
# MyBatis配置
mybatis: