рефактор
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package ru.ldeloff.aitools;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
public class AitoolsApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(AitoolsApplication.class, args);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package ru.ldeloff.aitools.datetime.controller;
|
||||
|
||||
public class TimeController {
|
||||
}
|
||||
1
aitools/src/main/resources/application.properties
Normal file
1
aitools/src/main/resources/application.properties
Normal file
@@ -0,0 +1 @@
|
||||
spring.application.name=aitools
|
||||
Reference in New Issue
Block a user