error in Spring AuthorizationServerConfigurerAdapter when assigning Jdbc datastore to ClientDetailsService
问题 Hi I am creating the AuthorizationServerConfigurerAdapter authentication server with Spring Oauth2. I have selected JdbcTokenStore and set the TokenStore database as OrientDb. Here is how I am defining clientDetailsService @Override public void configure(ClientDetailsServiceConfigurer clients) throws Exception { // @formatter:off DataSource dataSource = DataSourceBuilder.create() .driverClassName("com.orientechnologies.orient.jdbc.OrientJdbcDriver") .url("jdbc:orient:remote:localhost/pricewiz