update - 调整服务启动时, 获取版本号异常的问题
This commit is contained in:
parent
2a75701c8d
commit
d075214ee1
@ -5,7 +5,6 @@ import cn.axzo.workflow.core.repository.entity.ExtAxProperty;
|
||||
import cn.axzo.workflow.core.service.ExtAxPropertyService;
|
||||
import org.apache.maven.artifact.versioning.DefaultArtifactVersion;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Component;
|
||||
import org.springframework.util.StringUtils;
|
||||
import org.springframework.web.servlet.HandlerInterceptor;
|
||||
|
||||
@ -25,7 +24,7 @@ import static cn.axzo.workflow.core.common.code.OtherRespCode.CLIENT_VERSION_SUP
|
||||
* @author wangli
|
||||
* @since 2024/2/4 15:48
|
||||
*/
|
||||
@Component
|
||||
//@Component
|
||||
public class RequestHeaderContextInterceptor implements HandlerInterceptor {
|
||||
@Autowired
|
||||
private String serviceVersion;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user