We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527258e commit 96e515bCopy full SHA for 96e515b
samples/spa/src/main/resources/application.yml
@@ -6,7 +6,7 @@ spring:
6
encoding: UTF-8
7
fallback-to-system-locale: false
8
datasource:
9
- url: jdbc:log4jdbc:h2:mem:webauthn;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=TRUE;MODE=MyS QL
+ url: jdbc:log4jdbc:h2:mem:webauthn;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=TRUE;MODE=MySQL
10
driverClassName: net.sf.log4jdbc.DriverSpy
11
username: sa
12
password:
0 commit comments