|
@@ -8,20 +8,22 @@ import com.persagy.common.annotation.EnableIdGenerator;
|
|
|
import com.persagy.log.annotation.EnableControllerLog;
|
|
|
|
|
|
/**
|
|
|
- * @version
|
|
|
- * @description
|
|
|
+ * VS Code Git Test Record
|
|
|
+ *
|
|
|
+ * @version
|
|
|
+ * @description
|
|
|
* @company persagy
|
|
|
* @author zhangqiankun
|
|
|
- * @since 2021年2月26日: 下午4:35:08
|
|
|
+ * @since 2021年2月26日: 下午4:35:08
|
|
|
*/
|
|
|
@EnableIdGenerator
|
|
|
@EnableControllerLog
|
|
|
@SpringBootApplication
|
|
|
@EnableFeignClients(basePackages = "com.persagy.account.client")
|
|
|
public class AccountServerApplication {
|
|
|
-
|
|
|
+
|
|
|
public static void main(String[] args) {
|
|
|
SpringApplication.run(AccountServerApplication.class, args);
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
}
|