chore(config): 更新应用配置和实体注解
- 将应用活跃配置从 glt2 更改为 ysb2 - 为 GltTicketOrder 实体的 orderNo 字段添加 TableField 注解 - 更新 README 文件格式,添加空行结尾
This commit is contained in:
@@ -283,4 +283,6 @@ docker run -d -p 9200:9200 websoft-api
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
⭐ 如果这个项目对您有帮助,请给我们一个星标!
|
⭐ 如果这个项目对您有帮助,请给我们一个星标!
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ public class GltTicketOrder implements Serializable {
|
|||||||
private Integer userTicketId;
|
private Integer userTicketId;
|
||||||
|
|
||||||
@Schema(description = "订单编号")
|
@Schema(description = "订单编号")
|
||||||
|
@TableField(exist = false)
|
||||||
private String orderNo;
|
private String orderNo;
|
||||||
|
|
||||||
@Schema(description = "订单状态")
|
@Schema(description = "订单状态")
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ server:
|
|||||||
# 多环境配置
|
# 多环境配置
|
||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: glt2
|
active: ysb2
|
||||||
|
|
||||||
application:
|
application:
|
||||||
name: server
|
name: server
|
||||||
|
|||||||
Reference in New Issue
Block a user