feat: hippo4j-config-example rename core to config

pull/627/head
lijianxin 3 years ago
parent 81a5c4fc8f
commit 2755397e38

@ -15,7 +15,7 @@
* limitations under the License.
*/
package cn.hippo4j.example.core.apollo;
package cn.hippo4j.example.config.apollo;
import cn.hippo4j.core.enable.EnableDynamicThreadPool;
import org.springframework.boot.SpringApplication;

@ -15,7 +15,7 @@
* limitations under the License.
*/
package cn.hippo4j.example.core.nacos;
package cn.hippo4j.example.config.nacos;
import cn.hippo4j.core.enable.EnableDynamicThreadPool;
import org.springframework.boot.SpringApplication;

@ -15,7 +15,7 @@
* limitations under the License.
*/
package cn.hippo4j.example.core.zookeeper;
package cn.hippo4j.example.config.zookeeper;
import cn.hippo4j.core.enable.EnableDynamicThreadPool;
import org.springframework.boot.SpringApplication;
Loading…
Cancel
Save