Skip to content

2.6.30

Compare
Choose a tag to compare
@knightliao knightliao released this 01 Dec 11:00
· 222 commits to master since this release
  • disconf-client:
    • 不再需要将com.baidu加入扫描包了,只需要扫描自己的包即可。

      原来的方式

      <context:component-scan base-package="com.baidu,com.example"/>
      

      现在的

      <context:component-scan base-package="com.example"/>