1
0

removing duplicate userId from entity UserRoleAssignment

(it comes implicitly through the relationship)
This commit is contained in:
Michael Hoennig
2019-04-30 18:04:25 +02:00
23 changed files with 42 additions and 180 deletions

View File

@@ -35,8 +35,6 @@ apply plugin: 'java'
apply plugin: 'org.owasp.dependencycheck'
sourceCompatibility=1.8
targetCompatibility=1.8
// Until JHipster supports JDK 9
assert System.properties['java.specification.version'] == '1.8'
apply plugin: 'maven'
apply plugin: 'org.springframework.boot'