mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 15:55:18 +08:00
完善数据字典
This commit is contained in:
@@ -14,6 +14,7 @@ import org.springframework.boot.CommandLineRunner;
|
||||
import org.springframework.security.core.context.SecurityContext;
|
||||
import org.springframework.security.core.context.SecurityContextHolder;
|
||||
import org.springframework.stereotype.Component;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
|
||||
@Component
|
||||
@Slf4j
|
||||
@@ -36,6 +37,7 @@ public class InitDataRunner implements CommandLineRunner {
|
||||
@Autowired
|
||||
DictionaryService dictionaryService;
|
||||
@Override
|
||||
@Transactional
|
||||
public void run(String... args) throws Exception {
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user