Merge branch 'jenkins_with_weblogic' of ssh://192.168.240.178:18081/eapim/eapim-online into jenkins_with_weblogic

This commit is contained in:
yunjy-hp
2025-12-11 11:05:22 +09:00
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -69,7 +69,6 @@
</filter-mapping>
<!-- Dynamic REST API 어댑터 설정 -->
<!--
<!--
<servlet>
<description/>
@@ -83,7 +82,6 @@
<url-pattern>/api/*</url-pattern>
</servlet-mapping>
-->
-->
<!--
<listener>
<listener-class>com.eactive.eai.adapter.http.async.AppContextListener</listener-class>
@@ -104,7 +104,7 @@ public class AuthorizationServerConfig extends AuthorizationServerConfigurerAdap
tokenType = vo.getProperty(PROP_TOKEN_TYPE, "JWT");
}
// endpoints.pathMapping("/oauth/token", "/auth/oauth/v2/token") ;
endpoints.pathMapping("/oauth/token", "/oauth2/token") ;
endpoints.authenticationManager(authenticationManager);
endpoints.userDetailsService(userDetailsService);