Helius
2022-07-05 13a908d22f5d486f6a51069c2b3d1507a5efaee0
fix cms properties
3 files modified
21 ■■■■■ changed files
src/main/java/com/xcong/farmer/cms/configurations/properties/CmsProperties.java 3 ●●●●● patch | view | raw | blame | history
src/main/resources/application-test.yml 9 ●●●●● patch | view | raw | blame | history
src/main/resources/application.yml 9 ●●●●● 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