Przeglądaj źródła

springboot 找不到xml文件问题

rsbi 4 lat temu
rodzic
commit
604c0172da

+ 1 - 0
.gitignore

@@ -33,3 +33,4 @@ build/
 .vscode/
 .mvn
 /src/main/webapp/WEB-INF/ext-temp/
+/public/ext-temp/

BIN
libs/ext3-1.5.jar


+ 1 - 1
src/main/webapp/WEB-INF/ext2/ext-config/ext-config.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <ext-config>
 	<constant name="devMode" value="true" />
-	<constant name="dbName" value="sqlite" />
+	<constant name="dbName" value="mysql" />
 	<!-- 关闭在多维分析中显示节日 -->
 	<constant name="closeFestival" value="true" />
 

src/main/webapp/WEB-INF/ext2/ext-config/pages/global.xml → public/ext2/ext-config/pages/global.xml