java.lang.IllegalArgumentException: LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. Either remove Logback or the competing implementation (class org.apache.logging.slf4j.Log4jLoggerFactory loaded from file:/D:/develop/ap…
目录 Docker Configuration Config IDEA Plugin Create Spring Boot Project Containerize It Use Dockerfile Use Maven Plugin Troubleshooting Summary Reference Source Code 本文首发于我的个人博客,Windows Docker 部署 Spring Boot 项目 ,欢迎访问! 使用 Docker 部署一个简单的 Spring Boot 数据库项…
初建一个简单的spring boot 项目,启动后会报错. Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [org/sp…