ifree-zm

Results 2 issues of ifree-zm

jdk version: 1.8 mariadb version: 10.6.1 springboot version: 2.2.1 This exception will occur after the program runs for a period of time here is my error message: `org.springframework.jdbc.UncategorizedSQLException: Error querying...

with **gorm-hibernate5-spring-boot:7.3.1** my code was: ``` def groovyCode = """ package com.example.gorm.entity import grails.gorm.annotation.Entity import org.grails.datastore.gorm.GormEntity @Entity class Person implements{ String firstName String lastName } """ def groovyClass2= loader.parseClass(groovyCode); def...