Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
J
jyzb_platformV2
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
赵剑炜
jyzb_platformV2
Commits
fac33f8e
Commit
fac33f8e
authored
Jul 21, 2023
by
赵剑炜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复误删
parent
d472bd69
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
57 行增加
和
4 行删除
+57
-4
Inventory.java
jyzb-biz/src/main/java/com/junmp/jyzb/entity/Inventory.java
+4
-4
application.yml
jyzb-boot/src/main/resources/application.yml
+53
-0
没有找到文件。
jyzb-biz/src/main/java/com/junmp/jyzb/entity/Inventory.java
View file @
fac33f8e
...
...
@@ -79,12 +79,12 @@ public class Inventory implements Serializable {
private
String
state
;
/**
* 业务状
* 业务状
�
*/
private
String
bussiness_state
;
/**
* 位置状
* 位置状
�
*/
@TableField
(
"location_state"
)
private
String
locationState
;
...
...
@@ -97,13 +97,13 @@ public class Inventory implements Serializable {
private
Date
productionDate
;
/**
* 质保
* 质保
�
*/
@TableField
(
"warranty_period"
)
private
long
warrantyPeriod
;
/**
* 维保
* 维保
�
*/
@TableField
(
"maintenance_period"
)
private
Integer
maintenancePeriod
;
...
...
jyzb-boot/src/main/resources/application.yml
0 → 100644
View file @
fac33f8e
#server:
# port: 10030
# 应用服务器
server
:
tomcat
:
uri-encoding
:
UTF-8
#tomcat编码
port
:
10031
#tomcat端口
spring
:
main
:
#bea同名类进行注册时,准许覆盖注册
allow-bean-definition-overriding
:
true
application
:
name
:
jyzb-app
profiles
:
#@spring.active@
active
:
local
servlet
:
multipart
:
max-request-size
:
200MB
max-file-size
:
200MB
jackson
:
time-zone
:
GMT+8
date-format
:
yyyy-MM-dd HH:mm:ss
locale
:
zh_CN
serialization
:
indent_output
:
false
property-naming-strategy
:
com.fasterxml.jackson.databind.PropertyNamingStrategy$PascalCaseStrategy
flyway
:
enable
:
ture
locations
:
classpath:db/migration
# 当迁移时发现目标schema非空,而且带有没有元数据的表时,是否自动执行基准迁移
baseline-on-migrate
:
true
# 是否允许无序的迁移 开发环境最好开启, 生产环境关闭
out-of-order
:
true
# 关闭占位符替换,因为插入的sql里边可能包含${}关键字
placeholder-replacement
:
false
mybatis-plus
:
configuration
:
cache-enabled
:
true
lazy-loading-enabled
:
true
multiple-result-sets-enabled
:
true
map-underscore-to-camel-case
:
true
#开启驼峰命名
global-config
:
banner
:
false
enable-sql-runner
:
true
db-config
:
id-type
:
assign_id
table-underline
:
true
mapper-locations
:
classpath*:/mapper/**/*Mapper.xml
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论