sample-spring-oauth2-microservices icon indicating copy to clipboard operation
sample-spring-oauth2-microservices copied to clipboard

No supported DataSource type found

Open nagkumar opened this issue 6 years ago • 0 comments

Looks like spring boot this version does not have the dependency

    <dependency>
            <groupId>commons-dbcp</groupId>
            <artifactId>commons-dbcp</artifactId>
            <version>1.4</version>
        </dependency>

need to fix this in code..

nagkumar avatar Jan 10 '18 12:01 nagkumar