It appears that the spring reloading causes errors with JDK 8u40 in Grails 3.0.0.M2. Can I disable the reloading in development mode? Is there a key to set in the build.gradle or in the application.yml?
相关问题
- Grails External Configuration. Can't access to
- grails unit test + Thread
- JMS Job queue with Grails
- Grails: SpringSecurity roleHierarchy not working a
- Grails 2.1.1 - How to develop a plugin with an Ast
相关文章
- Grails: How to make everything I create Upper Case
- Grails and Quartz: Bad value for type long
- Sending JSON to javascript on GSP
- Grails application is not found after updating to
- How to save to a file system directory in Grails
- Groovy can't compile the code from a solution
- Grails: what are the main issues (and his solution
- How to use jasperreports subreports with grails ja
See this answer.
In 3.x apps you can disable Spring Loaded by adding
to
build.gradle
.Not sure if it helps in above case. I use below over grails 2.3.8 to disable auto compile.
where
disables autocompile and autoreload of changes .
server.env
- the environment in which you want the application to run.server.port
- port on which application will runenable.jndi
- to enable jndi supportYou may set these variables in Gradle build.