fix:前端样式调整
This commit is contained in:
@@ -35,14 +35,11 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
@EnableTransactionManagement
|
||||
@MapperScan("org.nl.**.mapper")
|
||||
public class AppRun implements CommandLineRunner {
|
||||
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(AppRun.class, args);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void run(String... args) throws Exception {
|
||||
System.out.println(111);
|
||||
|
||||
Reference in New Issue
Block a user