src/main/java/com/xcong/farmer/cms/configurations/properties/CmsProperties.java | ●●●●● patch | view | raw | blame | history | |
src/main/resources/application-test.yml | ●●●●● patch | view | raw | blame | history | |
src/main/resources/application.yml | ●●●●● patch | view | raw | blame | history |
src/main/java/com/xcong/farmer/cms/configurations/properties/CmsProperties.java
@@ -15,4 +15,7 @@ private String outputPath; private String staticUrl; private String baseUrl; } src/main/resources/application-test.yml
@@ -93,8 +93,9 @@ path: /home/javaweb/webresource/uploadeFile/image/ cms: file: template-path: /Users/helius/Desktop/template static-path: output-path: /Users/helius/Desktop/web/output base-url: http://localhost static-url: http://localhost template-path: /Users/helius/Desktop/template static-path: output-path: /Users/helius/Desktop/web/output src/main/resources/application.yml
@@ -97,8 +97,9 @@ path: /image/ cms: file: template-path: /Users/helius/Desktop/template static-path: output-path: /Users/helius/Desktop/web/output base-url: http://localhost static-url: http://localhost template-path: /Users/helius/Desktop/template static-path: output-path: /Users/helius/Desktop/web/output