python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Updating Grails 4+ configuration values during runtime
In Grails 2 we used the "External configuration plugin", which included the method checkNow() for checking and refreshing values from an external config file.
Does it exist a simple approach...

wwwclaes
Votes: 0
Answers: 1
Pagination with Grails/GORM/DataServices @Query annotation
How do you add pagination when using GORM JPA-QL Queries via the grails.gorm.services.Query annotation
@Service(User)
abstract class UserDataService implements IUserService {
@Query($/SELECT DIST...
paxtuik
Votes: 0
Answers: 1
Application run In Intellij IDEA but give error while Running through Tomcat server
I'm working with JDK 1.8.0; JRE 1.8.0; Grails 3.3.0; Groovy 2.4.12; Tomcat 8.5; Intellij IDEA.
javax.servlet.ServletException: Could not resolve view with name '/error' in servlet with name 'grailsDis...
Chintan Ganeshwala
Votes: 0
Answers: 1
Saving data with table associations in Grails
I have two database tables 'Student' and 'Course'. I want a one-to-one relation where there is foreign key of 'Course' table in 'Student' table. The foreign key 'course_id' is appearing in the Student...
Sypder
Votes: 0
Answers: 1