AI智能工牌的建表语句
This commit is contained in:
@@ -54,4 +54,31 @@ spring:
|
||||
|
||||
mybatis:
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true
|
||||
map-underscore-to-camel-case: true
|
||||
|
||||
knife4j:
|
||||
# 开启增强模式
|
||||
enable: true
|
||||
# 开启生产环境屏蔽
|
||||
production: false
|
||||
# 基础配置
|
||||
basic:
|
||||
enable: true
|
||||
username: admin
|
||||
password: 123456
|
||||
|
||||
|
||||
springdoc:
|
||||
swagger-ui:
|
||||
path: /swagger-ui.html # Swagger UI 访问路径
|
||||
tags-sorter: alpha # 标签排序
|
||||
operations-sorter: alpha # 接口排序
|
||||
api-docs:
|
||||
path: /v3/api-docs # OpenAPI 描述文件路径
|
||||
default-consumes-media-type: application/json
|
||||
default-produces-media-type: application/json
|
||||
|
||||
swagger:
|
||||
api:
|
||||
base-url: http://localhost:9060
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<mapper namespace="com.rongl.mapper.ReservationMapper">
|
||||
|
||||
<!-- 通用查询映射结果 -->
|
||||
<resultMap id="BaseResultMap" type="com.cst.langchain4jheima.pojo.Reservation">
|
||||
<resultMap id="BaseResultMap" type="com.rj.pojo.Reservation">
|
||||
<id column="id" property="id" />
|
||||
<result column="name" property="name" />
|
||||
<result column="gender" property="gender" />
|
||||
|
||||
Reference in New Issue
Block a user