diff --git a/jeelowcode-admin/src/main/resources/application.yaml b/jeelowcode-admin/src/main/resources/application.yaml index ae17c0e..d336ca8 100644 --- a/jeelowcode-admin/src/main/resources/application.yaml +++ b/jeelowcode-admin/src/main/resources/application.yaml @@ -133,8 +133,8 @@ spring: test-on-return: false socket-timeout: 60000 # socket超时时间,单位:毫秒 connect-timeout: 60000 # 建立数据库连接超时时间,单位:毫秒 - query-timeout: 60 # SQL查询超时时间,单位:秒 - transaction-query-timeout: 60 # 事务超时时间,单位:秒 + query-timeout: 120 # SQL查询超时时间,单位:秒 + transaction-query-timeout: 120 # 事务超时时间,单位:秒 diff --git a/jeelowcode-module/jeelowcode-module-biz/pom.xml b/jeelowcode-module/jeelowcode-module-biz/pom.xml index b5673ca..0206cb1 100644 --- a/jeelowcode-module/jeelowcode-module-biz/pom.xml +++ b/jeelowcode-module/jeelowcode-module-biz/pom.xml @@ -12,7 +12,7 @@ jar ${project.artifactId} ${jeelowcode.version} - 个人业务模块 + 个人业务模块 @@ -48,6 +48,11 @@ 2.0.1 compile - + + + org.springframework.statemachine + spring-statemachine-core + 3.0.1 +