Renamed entity User to Appuser due to H2 problems with reserved word

"User" (https://stackoverflow.com/a/50954456/3761783)
This commit is contained in:
2022-01-07 23:48:03 +01:00
parent 5a34ea4c81
commit dabf66e425
8 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.tilman</groupId>
<artifactId>next-transactions</artifactId>
<version>1.9.1</version>
<version>1.9.2</version>
<parent>
<groupId>org.springframework.boot</groupId>