diff --git a/pom.xml b/pom.xml index 632c5348c..28e7efa82 100644 --- a/pom.xml +++ b/pom.xml @@ -143,6 +143,13 @@ ${satoken.version} + + + com.sun.xml.bind + jaxb-impl + ${jaxb.version} + + com.baomidou @@ -335,16 +342,6 @@ pom - - - - - com.sun.xml.bind - jaxb-impl - ${jaxb.version} - - - diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 283b985ae..1458c4f4d 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -86,6 +86,12 @@ + + + com.sun.xml.bind + jaxb-impl + + org.springframework.boot @@ -185,4 +191,4 @@ - \ No newline at end of file + diff --git a/ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm b/ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm index c159016e2..24494adf3 100644 --- a/ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm +++ b/ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm @@ -11,7 +11,7 @@ #else #set($comment=$column.columnComment) #end -#if($column.htmlType == "input") +#if($column.htmlType == "input" || $column.htmlType == "textarea") - +