mysql 枚举类型 jdbc_将枚举列表保存到MySql时,Spring Data JDBC SQLFeatureNotSupportedException…
I've a model named Role. A role has a list of Permissions, simple as that. Using org.springframework.boot:2.2.5.RELEASE, spring-jdbc version 5.2.24, mysql-connector-java-8.0.19, mysql server version 5…