Skip to content

Commit

Permalink
Refactor : maj value
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-maraval committed Feb 29, 2024
1 parent a12ce66 commit 96d6eb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class ItemPostgreConfig extends AbstractConfig {
protected String dialect;
@Value("${spring.jpa.item.show-sql}")
private boolean showsql;
@Value("${spring.sql.basexml.init.mode}")
@Value("${spring.sql.item.init.mode}")
private String initMode;
@Value("${spring.hibernate.item.enable_lazy_load_no_trans}")
private boolean lazyload;
Expand Down

0 comments on commit 96d6eb1

Please sign in to comment.