|
|
@@ -20,8 +20,7 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
|
|
|
// fs-framework.jar 与 fs-company 本地 framework 重复的 web 层 Bean(保留 TokenService 供 SysLoginService 等使用)
|
|
|
"com\\.fs\\.framework\\.web\\.service\\.PermissionService",
|
|
|
"com\\.fs\\.framework\\.web\\.service\\.UserDetailsServiceImpl",
|
|
|
- "com\\.fs\\.framework\\.web\\.exception\\.GlobalExceptionHandler",
|
|
|
- "com\\.fs\\.admin\\.controller\\..*"
|
|
|
+ "com\\.fs\\.framework\\.web\\.exception\\.GlobalExceptionHandler"
|
|
|
})
|
|
|
)
|
|
|
@EnableTransactionManagement
|