mirror of
https://github.com/chillzhuang/blade-tool
synced 2024-12-12 12:19:27 +08:00
⚡ 修复与seata的springUtils重复名称的问题
This commit is contained in:
parent
f6cbfb3040
commit
90c8b73c7e
@ -38,7 +38,7 @@ public class ToolConfiguration implements WebMvcConfigurer {
|
||||
* @return SpringUtil
|
||||
*/
|
||||
@Bean
|
||||
public SpringUtil springUtils() {
|
||||
public SpringUtil springUtil() {
|
||||
return new SpringUtil();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user