I'm creating a simple health check page that ensures my application can connect to mysql.
I'm using jdbctemplate, what query do you suggest I perform that will not throw an error if the table is empty or anything, just something that ensures my spring app can connect to the database.