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)
What to do if you don't want any domain field to be displayed(int status) in DB. Grails
class Book {
String title
String name
int status
}
Raffi Hakhverdyan
Votes: 0
Answers: 1
DB connectivity fails in grails 5 application with error creating hibernateDatastore
I am upgrading an application to grails-5. I have moved my DB connectivity information from a custom DataSource.groovy to application.yml.
environments:
development:
dataSource:
dbCreate: update
url: ...
JavaProgrammer
Votes: 0
Answers: 1