backend/src/main/java/com/rongyichuang/tag/service/DataInitService.java
File was renamed from backend/src/main/java/com/rongyichuang/judge/service/DataInitService.java @@ -1,7 +1,7 @@ package com.rongyichuang.judge.service; package com.rongyichuang.tag.service; import com.rongyichuang.judge.entity.Tag; import com.rongyichuang.judge.repository.TagRepository; import com.rongyichuang.tag.entity.Tag; import com.rongyichuang.tag.repository.TagRepository; import org.springframework.boot.CommandLineRunner; import org.springframework.stereotype.Service;