Skip to content

Commit

Permalink
wds.linkis.server.version set default value
Browse files Browse the repository at this point in the history
  • Loading branch information
aiceflower committed Nov 8, 2023
1 parent 139e703 commit e20cee3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object ServerConfiguration extends Logging {
val BDP_SERVER_SPRING_APPLICATION_LISTENERS =
CommonVars("wds.linkis.server.spring.application.listeners", "")

val BDP_SERVER_VERSION: String = CommonVars("wds.linkis.server.version", "").getValue
val BDP_SERVER_VERSION: String = CommonVars("wds.linkis.server.version", "v1").getValue

if (StringUtils.isBlank(BDP_SERVER_VERSION)) {
throw new BDPInitServerException(
Expand Down

0 comments on commit e20cee3

Please sign in to comment.