spring-projects-experimental / spring-fu

Configuration DSLs for Spring Boot
Apache License 2.0
1.67k stars 139 forks source link

fix(jdbcDsl): make assignement of `isGenerateUniqueName` right #324

Closed davinkevin closed 3 years ago

davinkevin commented 3 years ago

The previous code was doing a self assignment.

fteychene commented 3 years ago

:+1: The current code is doing a self assignment.

LGTM :rocket: