mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-21 22:25:49 +08:00
调整版本号和SQL文件
This commit is contained in:
@@ -6,7 +6,7 @@ like:
|
||||
spring:
|
||||
# 数据源配置
|
||||
datasource:
|
||||
url: jdbc:mysql://localhost:3306/local_admin_java?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
|
||||
url: jdbc:mysql://localhost:3306/【库名称】?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
|
||||
type: com.zaxxer.hikari.HikariDataSource # 数据源类型
|
||||
driver-class-name: com.mysql.jdbc.Driver # MySql的驱动
|
||||
username: root # 数据库账号
|
||||
|
||||
@@ -12,7 +12,7 @@ public class GlobalConfig {
|
||||
public static Boolean isAddressEnabled = false;
|
||||
|
||||
// 当前代码版本
|
||||
public static String version = "v1.0.1";
|
||||
public static String version = "v1.2.0";
|
||||
|
||||
// 系统加密字符
|
||||
public static String secret = "UVTIyzCy";
|
||||
|
||||
Reference in New Issue
Block a user