|
@@ -1,6 +1,7 @@
|
|
|
package com.sckw.system;
|
|
package com.sckw.system;
|
|
|
|
|
|
|
|
import com.sckw.remote.annotation.SckwRemoteApplication;
|
|
import com.sckw.remote.annotation.SckwRemoteApplication;
|
|
|
|
|
+import com.sckw.startup.annotation.SckwCloudApplication;
|
|
|
import org.springframework.boot.SpringApplication;
|
|
import org.springframework.boot.SpringApplication;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -9,6 +10,7 @@ import org.springframework.boot.SpringApplication;
|
|
|
* @date: 22023-05-26 11:46
|
|
* @date: 22023-05-26 11:46
|
|
|
*/
|
|
*/
|
|
|
@SckwRemoteApplication
|
|
@SckwRemoteApplication
|
|
|
|
|
+@SckwCloudApplication
|
|
|
public class SystemApplication {
|
|
public class SystemApplication {
|
|
|
|
|
|
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|