|
@@ -1,13 +1,13 @@
|
|
package hello
|
|
package hello
|
|
|
|
|
|
|
|
+import grails.compiler.GrailsCompileStatic
|
|
import grails.converters.JSON
|
|
import grails.converters.JSON
|
|
-import groovy.transform.CompileStatic
|
|
|
|
|
|
|
|
import java.util.concurrent.ThreadLocalRandom
|
|
import java.util.concurrent.ThreadLocalRandom
|
|
|
|
|
|
import org.hibernate.Session
|
|
import org.hibernate.Session
|
|
|
|
|
|
-@CompileStatic
|
|
|
|
|
|
+@GrailsCompileStatic
|
|
class HelloController {
|
|
class HelloController {
|
|
|
|
|
|
def index() {
|
|
def index() {
|