提交 7540ac92 编写于 作者: ibizdev's avatar ibizdev

lxm1993 发布系统代码 [TrainSys,网页端]

上级 2945c019
......@@ -24,36 +24,47 @@
<module>trainsys-provider</module>
</modules>
<properties>
<ibiz.cloud.version>8.1.0.204</ibiz.cloud.version>
</properties>
<dependencies>
<dependency>
<groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-cloud</artifactId>
<version>8.1.0.204</version>
<version>${ibiz.cloud.version}</version>
</dependency>
<dependency>
<groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-redis</artifactId>
<version>8.1.0.204</version>
<version>${ibiz.cloud.version}</version>
</dependency>
<dependency>
<groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-mybatisplus-spring-boot-starter</artifactId>
<version>8.1.0.204</version>
<version>${ibiz.cloud.version}</version>
</dependency>
<dependency>
<groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-zookeeper</artifactId>
<version>8.1.0.204</version>
<version>${ibiz.cloud.version}</version>
</dependency>
<dependency>
<groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-poi</artifactId>
<version>8.1.0.204</version>
<version>${ibiz.cloud.version}</version>
</dependency>
<dependency>
<groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-liquibase</artifactId>
<version>${ibiz.cloud.version}</version>
</dependency>
</dependencies>
......
......@@ -50,7 +50,7 @@
</changeSet>
<!--输出实体[BOOK]数据结构 -->
<changeSet author="root" id="tab-book-217-3">
<changeSet author="root" id="tab-book-220-3">
<createTable tableName="T_BOOK">
<column name="BOOKNAME" remarks="" type="VARCHAR(200)">
</column>
......@@ -194,7 +194,7 @@
</changeSet>
<!--输出实体[REGINFO]数据结构 -->
<changeSet author="root" id="tab-reginfo-85-8">
<changeSet author="root" id="tab-reginfo-86-8">
<createTable tableName="T_REGINFO">
<column name="UPDATEDATE" remarks="" type="DATETIME">
</column>
......@@ -303,7 +303,7 @@
</changeSet>
<!--输出实体[REGINFO]外键关系 -->
<changeSet author="root" id="fk-reginfo-85-12">
<changeSet author="root" id="fk-reginfo-86-12">
<addForeignKeyConstraint baseColumnNames="STUDENTID" baseTableName="T_REGINFO" constraintName="F328B6E61632896255" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="STUDENTID" referencedTableName="T_STUDENT" validate="true"/>
</changeSet>
......
......@@ -133,6 +133,9 @@
}, {
"id" : "field",
"dataType" : 25,
"createDVT" : "SESSION",
"createDV" : "book",
"updateDVT" : "CURTIME",
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
......@@ -161,6 +164,7 @@
}, {
"id" : "field3",
"dataType" : 25,
"createDV" : "4,5",
"getPSAppDEField" : {
"name" : "FIELD3",
"codeName" : "Field3"
......@@ -168,6 +172,7 @@
}, {
"id" : "field5",
"dataType" : 25,
"updateDV" : "efee7d4595f8d6aa83f77c3321f53ff1",
"getPSAppDEField" : {
"name" : "FIELD5",
"codeName" : "Field5"
......@@ -363,6 +368,8 @@
}, {
"caption" : "文本框",
"codeName" : "field",
"createDV" : "book",
"createDVT" : "SESSION",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
......@@ -403,6 +410,7 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"updateDVT" : "CURTIME",
"allowEmpty" : true,
"showCaption" : true
}, {
......@@ -504,6 +512,7 @@
}, {
"caption" : "选项框列表",
"codeName" : "field3",
"createDV" : "4,5",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
......@@ -563,6 +572,7 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"updateDV" : "efee7d4595f8d6aa83f77c3321f53ff1",
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
......
......@@ -254,6 +254,9 @@
}, {
"id" : "field",
"dataType" : 25,
"createDVT" : "SESSION",
"createDV" : "book",
"updateDVT" : "CURTIME",
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
......@@ -282,6 +285,7 @@
}, {
"id" : "field3",
"dataType" : 25,
"createDV" : "4,5",
"getPSAppDEField" : {
"name" : "FIELD3",
"codeName" : "Field3"
......@@ -289,6 +293,7 @@
}, {
"id" : "field5",
"dataType" : 25,
"updateDV" : "efee7d4595f8d6aa83f77c3321f53ff1",
"getPSAppDEField" : {
"name" : "FIELD5",
"codeName" : "Field5"
......@@ -484,6 +489,8 @@
}, {
"caption" : "文本框",
"codeName" : "field",
"createDV" : "book",
"createDVT" : "SESSION",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
......@@ -524,6 +531,7 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"updateDVT" : "CURTIME",
"allowEmpty" : true,
"showCaption" : true
}, {
......@@ -625,6 +633,7 @@
}, {
"caption" : "选项框列表",
"codeName" : "field3",
"createDV" : "4,5",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
......@@ -684,6 +693,7 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"updateDV" : "efee7d4595f8d6aa83f77c3321f53ff1",
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
......
......@@ -4257,6 +4257,9 @@
}, {
"id" : "field",
"dataType" : 25,
"createDVT" : "SESSION",
"createDV" : "book",
"updateDVT" : "CURTIME",
"getPSAppDEField" : {
"name" : "FIELD",
"codeName" : "Field"
......@@ -4285,6 +4288,7 @@
}, {
"id" : "field3",
"dataType" : 25,
"createDV" : "4,5",
"getPSAppDEField" : {
"name" : "FIELD3",
"codeName" : "Field3"
......@@ -4292,6 +4296,7 @@
}, {
"id" : "field5",
"dataType" : 25,
"updateDV" : "efee7d4595f8d6aa83f77c3321f53ff1",
"getPSAppDEField" : {
"name" : "FIELD5",
"codeName" : "Field5"
......@@ -4487,6 +4492,8 @@
}, {
"caption" : "文本框",
"codeName" : "field",
"createDV" : "book",
"createDVT" : "SESSION",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
......@@ -4527,6 +4534,7 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"updateDVT" : "CURTIME",
"allowEmpty" : true,
"showCaption" : true
}, {
......@@ -4628,6 +4636,7 @@
}, {
"caption" : "选项框列表",
"codeName" : "field3",
"createDV" : "4,5",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
......@@ -4687,6 +4696,7 @@
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"updateDV" : "efee7d4595f8d6aa83f77c3321f53ff1",
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
......
......@@ -8,7 +8,7 @@ import org.springframework.context.annotation.ComponentScan;
@EnableDiscoveryClient(autoRegister=false)
@SpringBootApplication(exclude= SecurityAutoConfiguration.class)
@ComponentScan({"net.ibizsys.central.cloud.core.spring","cn.ibizlab.trainsys"})
@ComponentScan({"net.ibizsys.central.cloud.core.spring","net.ibizsys.central.plugin.liquibase.spring","cn.ibizlab.trainsys"})
public class IBizRuntimeApplication {
public static void main(String[] args) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册