com.github.wzc789376152.springboot.config.init.InitService Maven / Gradle / Ivy
The newest version!
package com.github.wzc789376152.springboot.config.init;
public interface InitService {
void init();
}
package com.github.wzc789376152.springboot.config.init;
public interface InitService {
void init();
}