Skip to content

Commit

Permalink
- 修改一个已知问题:dtt-utils 获取在 spring-boot 3.0 中获取 BeanFactory 为 null
Browse files Browse the repository at this point in the history
  • Loading branch information
Weasley J committed Jun 12, 2023
1 parent 5c560c1 commit 0c873d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<xmlsec.version>3.0.2</xmlsec.version>
<snakeyaml.version>2.0</snakeyaml.version>
<jna.version>3.0.9</jna.version>
<dtt-utils.version>1.3.9</dtt-utils.version>
<dtt-utils.version>1.4.0</dtt-utils.version>
<commons-io.version>2.13.0</commons-io.version>
<multiple-email.version>3.0.0</multiple-email.version>
<sonar.host.url>http://192.168.31.106:9001</sonar.host.url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,5 +329,3 @@ public WebSocketClientHandler webSocketClientHandler(UkeyProperties ukeyProperti
}

}


0 comments on commit 0c873d7

Please sign in to comment.