Skip to content

Commit

Permalink
fix: startup.cmd 未正常读取配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyed committed Apr 27, 2022
1 parent 1f33583 commit 6b313fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hippo4j-server/bin/startup.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ set "HIPPO4J_OPTS=%HIPPO4J_OPTS% -jar %BASE_DIR%\target\%SERVER%.jar"


rem set hippo4j spring config location
set "HIPPO4J_CONFIG_OPTS=--spring.config.location=%CUSTOM_SEARCH_LOCATIONS%"
set "HIPPO4J_CONFIG_OPTS=%HIPPO4J_OPTS% --server.tomcat.basedir=%BASE_DIR%/bin"
set "HIPPO4J_CONFIG_OPTS=%HIPPO4J_CONFIG_OPTS% --spring.config.location=%CUSTOM_SEARCH_LOCATIONS%"
set "HIPPO4J_CONFIG_OPTS=%HIPPO4J_CONFIG_OPTS% --server.tomcat.basedir=%BASE_DIR%/bin"


rem set hippo4j logback file location
Expand Down

0 comments on commit 6b313fa

Please sign in to comment.