feat(biz): 引入状态机并调整配置超时时间
- 将SQL查询超时时间和事务超时时间从60秒延长至120秒 - 在biz模块中引入Spring Statemachine依赖,用于管理HTTP客户端的登录状态 - 清理pom.xml文件中的多余空格和格式问题
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<packaging>jar</packaging>
|
||||
<name>${project.artifactId}</name>
|
||||
<version>${jeelowcode.version}</version>
|
||||
<description> 个人业务模块 </description>
|
||||
<description>个人业务模块</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -48,6 +48,11 @@
|
||||
<version>2.0.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- 引入状态机 目前可以用来做一个http client 含登录状态 -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.statemachine</groupId>
|
||||
<artifactId>spring-statemachine-core</artifactId>
|
||||
<version>3.0.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user