TASK:1.日志记录简化 2. stylist参数变更 3.user添加查询用户数据接口
This commit is contained in:
@@ -45,7 +45,7 @@ spring:
|
||||
mybatis-plus:
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
global-config:
|
||||
db-config:
|
||||
logic-delete-field: deleted
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
-- Lane Carford AI系统基础架构数据库表结构
|
||||
-- 创建数据库
|
||||
CREATE DATABASE IF NOT EXISTS lanecarford CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|
||||
CREATE DATABASE IF NOT EXISTS lanecrawford CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|
||||
USE lanecrawford;
|
||||
|
||||
-- 1. 用户表
|
||||
|
||||
Reference in New Issue
Block a user