update mysql version
fix char set
This commit is contained in:
parent
10ef6fb27a
commit
5b44cff100
@ -33,7 +33,7 @@ workspace:
|
||||
- ruoyi-dev-network
|
||||
|
||||
ruoyi-db:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/boathouse/mysql:5.6
|
||||
image: registry.cn-hangzhou.aliyuncs.com/smartide/mysql:8.0.21
|
||||
command:
|
||||
- --default-authentication-plugin=mysql_native_password
|
||||
restart: always
|
||||
|
@ -33,9 +33,11 @@ workspace:
|
||||
- ruoyi-dev-network
|
||||
|
||||
ruoyi-db:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/boathouse/mysql:5.6
|
||||
image: registry.cn-hangzhou.aliyuncs.com/smartide/mysql:8.0.21
|
||||
command:
|
||||
- --default-authentication-plugin=mysql_native_password
|
||||
- --character-set-server=utf8mb4
|
||||
- --collation-server=utf8mb4_unicode_ci
|
||||
restart: always
|
||||
expose:
|
||||
- 3306
|
||||
|
@ -9,7 +9,7 @@ ruoyi:
|
||||
# 实例演示开关
|
||||
demoEnabled: true
|
||||
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
|
||||
profile: D:/ruoyi/uploadPath
|
||||
profile: /home/smartide/ruoyi/uploadPath
|
||||
# 获取ip地址开关
|
||||
addressEnabled: false
|
||||
# 验证码类型 math 数组计算 char 字符验证
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration>
|
||||
<!-- 日志存放路径 -->
|
||||
<property name="log.path" value="/home/ruoyi/logs" />
|
||||
<property name="log.path" value="/home/smartide/ruoyi/logs" />
|
||||
<!-- 日志输出格式 -->
|
||||
<property name="log.pattern" value="%d{HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n" />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user