We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe2f88 commit 5051687Copy full SHA for 5051687
src/main/resources/application.properties
@@ -80,4 +80,5 @@ spring.aop.proxy-target-class=true
80
# MyBatis config
81
mybatis.type-aliases-package=cn.com.hellowood.dynamicdatasource.mapper
82
mybatis.mapper-locations=mappers/**Mapper.xml
83
-server.port=9999
+server.port=9999
84
+spring.mvc.throw-exception-if-no-handler-found=true
0 commit comments