Showing posts with label spring boot maven compile error. Show all posts
Showing posts with label spring boot maven compile error. Show all posts

Tuesday, October 21, 2014

Missing spring boot maven dependencies,spring boot maven exception,Spring boot maven error

Add this lines to the spring-boot's pom.xml

        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.7</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-core</artifactId>
            <version>1.1.2</version>
        </dependency>