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

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

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