Browse Source

代码优化

gaodm 6 years ago
parent
commit
dd5d0a6c76

+ 0 - 1
icss-service/src/main/java/com/diagbot/web/DisclaimerInformationController.java

@@ -8,7 +8,6 @@ import com.diagbot.facade.DisclaimerInformationFacade;
 import io.swagger.annotations.Api;
 import io.swagger.annotations.ApiOperation;
 import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.transaction.annotation.Transactional;
 import org.springframework.web.bind.annotation.PostMapping;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RestController;

+ 0 - 1
icss-service/src/main/java/com/diagbot/web/VersionInfoController.java

@@ -7,7 +7,6 @@ import com.diagbot.facade.VersionInfoFacade;
 import io.swagger.annotations.Api;
 import io.swagger.annotations.ApiOperation;
 import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.transaction.annotation.Transactional;
 import org.springframework.web.bind.annotation.PostMapping;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RestController;