java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.jdbc.JndiDataSourceAutoConfiguration

前端 未结 4 1845
攒了一身酷
攒了一身酷 2020-12-15 21:59

I am trying to write a standalone executable jar (fat jar) . I am using spring boot gradle plugin and writing a SpringBoot App to do this.

Here is my Application.ja

4条回答
  •  -上瘾入骨i
    2020-12-15 22:33

    This error is because of multiple project having the offending resources.

    Try out adding the dependencies projects other way around. (like in pom.xml or external depandancies)

提交回复
热议问题