Replies: 2 comments 8 replies
|
We have an integration test which checks that the app can boot up on MS SQL Server and perform a few basic operations. However, there hasn't been much testing on MS SQL Server. So the answer is: maybe ;) |
0 replies
Answer selected by
jianlins
|
I use the following configuration for settings.properties with mssql-jdbc-12.10.0.jre11.jar It does load the default admin reset password page. However, after I set the password, it failed to login (I am sure the password is correct, tried multiple times). Tested on both 36.3 and 36.4 Any idea where and how to fix? |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have an integration test which checks that the app can boot up on MS SQL Server and perform a few basic operations.
However, there hasn't been much testing on MS SQL Server.
So the answer is: maybe ;)