We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96fa1d commit 8797cb3Copy full SHA for 8797cb3
gen/src/main/resources/application.properties
@@ -28,4 +28,7 @@ gen.format-xml=false
28
29
logging.file.path=log
30
31
-#spring.resources.static-locations=classpath:/static/
+#spring.resources.static-locations=classpath:/static/
32
+
33
+# 本地启动可直接指定前端打包dist路径(index.html所在的文件夹路径)
34
+gen.front-location:F:/Code/MyWorkspace/code-gen/dist/gen/view
0 commit comments