If there is only one datasource, if only the yml f...
# spring
k
If there is only one datasource, if only the yml file is specified, format_sql works well and default_batch_fetch_size works well. Since I am using multiple datasources, if I create and use the JPAConfig class, the default_batch_fetch_size property can be put in the following properties and works fine but format_sql doesn’t work 😂