我有一个spring引导应用程序(grails 3.1.8),但是当我在intellij中运行该应用程序时,我得到了以下错误: at org.springframework.boot.SpringApplication.createAndRefreshContext(SpringApplication.java:361)
at org.springframework.boot.SpringApplication.
在我的Spring应用程序中,我有一个简单的JPA AttributeConverter声明如下:public class GenderConverterclass User { private Gender gender;}
如果我使用IntelliJIDEA运行/调试配置来启动Spring应用程序,