Thank you for verifying. I externalize the configuration, and someone kindly pointed out to me that my properties configuration for the database was formatted incorrectly.
...
Type: Posts; User: wsnyder6; Keyword(s):
Thank you for verifying. I externalize the configuration, and someone kindly pointed out to me that my properties configuration for the database was formatted incorrectly.
...
This should be really really simple - but for the life of me I cannot get any of my Grails apps to deploy to a container and connect to MySQL.
Well, I can if I hardcode everything in the...
Much appreciated Burt!
I totally missed that in the RegisterController code.
--Bill
I am new to the Spring Security plugin - is there a way to do this?
i.e., require the password to be alphanumeric, or a phrase, via a regex or something?
Thanks!
--Bill
Of course, it was due to invalid seed data.
Thanks for the failOnError tip.
I had assumed it was - but I don't see my seed data in the database.
Bootstrap is run successfully (I see the seed data in the database) when using run-app.
If not, is there a way to make it...