update mysql version
fix char set
This commit is contained in:
parent
10ef6fb27a
commit
5b44cff100
@ -33,7 +33,7 @@ workspace:
|
|||||||
- ruoyi-dev-network
|
- ruoyi-dev-network
|
||||||
|
|
||||||
ruoyi-db:
|
ruoyi-db:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/boathouse/mysql:5.6
|
image: registry.cn-hangzhou.aliyuncs.com/smartide/mysql:8.0.21
|
||||||
command:
|
command:
|
||||||
- --default-authentication-plugin=mysql_native_password
|
- --default-authentication-plugin=mysql_native_password
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -33,9 +33,11 @@ workspace:
|
|||||||
- ruoyi-dev-network
|
- ruoyi-dev-network
|
||||||
|
|
||||||
ruoyi-db:
|
ruoyi-db:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/boathouse/mysql:5.6
|
image: registry.cn-hangzhou.aliyuncs.com/smartide/mysql:8.0.21
|
||||||
command:
|
command:
|
||||||
- --default-authentication-plugin=mysql_native_password
|
- --default-authentication-plugin=mysql_native_password
|
||||||
|
- --character-set-server=utf8mb4
|
||||||
|
- --collation-server=utf8mb4_unicode_ci
|
||||||
restart: always
|
restart: always
|
||||||
expose:
|
expose:
|
||||||
- 3306
|
- 3306
|
||||||
|
@ -9,7 +9,7 @@ ruoyi:
|
|||||||
# 实例演示开关
|
# 实例演示开关
|
||||||
demoEnabled: true
|
demoEnabled: true
|
||||||
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
|
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
|
||||||
profile: D:/ruoyi/uploadPath
|
profile: /home/smartide/ruoyi/uploadPath
|
||||||
# 获取ip地址开关
|
# 获取ip地址开关
|
||||||
addressEnabled: false
|
addressEnabled: false
|
||||||
# 验证码类型 math 数组计算 char 字符验证
|
# 验证码类型 math 数组计算 char 字符验证
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<configuration>
|
<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" />
|
<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