| | |
| | | package com.se.system; |
| | | |
| | | import com.se.system.utils.CaffeineUtils; |
| | | import org.springframework.boot.SpringApplication; |
| | | import org.springframework.boot.autoconfigure.SpringBootApplication; |
| | | import com.se.common.security.annotation.EnableCustomConfig; |
| | |
| | | @EnableCustomSwagger2 |
| | | @EnableRyFeignClients |
| | | @SpringBootApplication |
| | | public class SeSystemApplication |
| | | { |
| | | public static void main(String[] args) |
| | | { |
| | | public class SeSystemApplication { |
| | | public static void main(String[] args) { |
| | | SpringApplication.run(SeSystemApplication.class, args); |
| | | CaffeineUtils.init(); |
| | | System.out.println(" 系统模块启动成功 "); |
| | | } |
| | | } |