|
@@ -24,7 +24,7 @@ import java.io.PrintStream;
|
|
|
@EnableTransactionManagement
|
|
@EnableTransactionManagement
|
|
|
@SpringBootApplication
|
|
@SpringBootApplication
|
|
|
@EnableWebMvc
|
|
@EnableWebMvc
|
|
|
-@EnableSSO
|
|
|
|
|
|
|
+//@EnableSSO
|
|
|
public class Application {
|
|
public class Application {
|
|
|
public static void main(String[] args) throws FileNotFoundException {
|
|
public static void main(String[] args) throws FileNotFoundException {
|
|
|
File logFile = new File("logs/log.log");
|
|
File logFile = new File("logs/log.log");
|