ssh整合,spring配置声明式事物处理报错
Caused by: java.lang.IllegalArgumentException: Pointcut is not well-formed: expecting 'name pattern' at character position 28
execution(*com.services.*.*(..))
?
把第一个星后面加个空格,第一个星是返回类型,跟后面的com连一起他会误解为通配符?