去除多余注解
This commit is contained in:
@@ -14,7 +14,6 @@ import org.springframework.scheduling.annotation.EnableScheduling;
|
|||||||
* @since 2017-06-19
|
* @since 2017-06-19
|
||||||
*/
|
*/
|
||||||
@SpringBootApplication
|
@SpringBootApplication
|
||||||
@EnableAutoConfiguration
|
|
||||||
@EnableScheduling
|
@EnableScheduling
|
||||||
@EnableAsync
|
@EnableAsync
|
||||||
@MapperScan(value = {"com.sv.mapper"})
|
@MapperScan(value = {"com.sv.mapper"})
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ import org.springframework.web.client.RestTemplate;
|
|||||||
* @since 2017-06-19
|
* @since 2017-06-19
|
||||||
*/
|
*/
|
||||||
@SpringBootApplication
|
@SpringBootApplication
|
||||||
@EnableAutoConfiguration
|
|
||||||
@EnableScheduling
|
@EnableScheduling
|
||||||
@MapperScan(value = {"com.ydd.oms.mapper","com.sv.mapper"})
|
@MapperScan(value = {"com.ydd.oms.mapper","com.sv.mapper"})
|
||||||
public class Application {
|
public class Application {
|
||||||
|
|||||||
Reference in New Issue
Block a user