标签:Springboot
spring aop @after和@before之类的注解,怎么指定多个切点
有如下两个切点: @Pointcut(“execution(public * com.wyh.data.controller.DepartmentController.*(..))”) public void department(){} @Pointcut(“execution(public * com.wyh.data……
05-04 立刻查看
SpringBoot部署问题
最近研究springboot结果放到Myeclipse上就出问题了。大家有没有遇到过? 只是个简单的程序,pom.xml配置如下: <project xmlns=”http://maven.apache.org/POM/4.0.0″ xmlns:xsi=”http://www.w3.org/2001/XMLSchem……
03-17 立刻查看
SpringBoot部署Unable to start embedded container
springboot放到Myeclipse上就出问题了。只是个简单的程序,pom.xml配置如下: <project xmlns=”http://maven.apache.org/POM/4.0.0″ xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance̶……
11-08 立刻查看