@@ -16,7 +16,6 @@ import com.uas.eis.core.support.TokenPropertiesListener;
public class UasEisApplication {
public static void main(String[] args) {
SpringApplication application = new SpringApplication(UasEisApplication.class);
- application.addListeners(new TokenPropertiesListener("api_sign_key_mapping.properties"));
application.run(args);
}
@@ -1,17 +0,0 @@
-package com.uas.eis.service;
-
-/**
- * @author: zhouy
- * @date: 2021/11/26 11:21
- * @desc: 畅想工具导出
- */
-public interface ToolService {
- /**
- * 产品资料
- * */
- void getProdPic();
- * 客户产品资料
- void getCustProdPic();
-}