|
@@ -1,8 +1,18 @@
|
|
|
+/*
|
|
|
+ * Copyright (c) 2018-2028, AoKunSang All rights reserved.
|
|
|
+ * 我问青山何时老,青山问我几时闲,
|
|
|
+ * 不是闲人闲不得,能闲必非等闲人。
|
|
|
+ */
|
|
|
package org.springblade;
|
|
|
|
|
|
import org.springblade.core.boot.core.PlatomixApplication;
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
|
|
|
+/**
|
|
|
+ * <p>启动入口类</p>
|
|
|
+ * @author wookvn
|
|
|
+ * @datetime 2025-01-22 12:37:45
|
|
|
+ */
|
|
|
@SpringBootApplication
|
|
|
public class Application {
|
|
|
|