mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 18:22:26 +08:00

This commit updates the JSR 107 cache auto-configuration to only create a cache if it does not already exist. It also puts a specific order for the auto-configured customizer so that another instance can run prior to it reliably. Closes gh-1157