hp>控制台没有报错,
11:26:28 DEBUG [http-nio-80-exec-10] o.s.w.s.DispatcherServlet - Completed 200 OK
11:26:28 DEBUG [http-nio-80-exec-1] o.s.w.s.DispatcherServlet - GET "/resources/bootstrap/bootstrap.min.js.map", parameters={}
11:26:28 DEBUG [http-nio-80-exec-1] o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler@7e5b2d42
11:26:28 DEBUG [http-nio-80-exec-1] o.s.w.s.DispatcherServlet - Completed 404 NOT_FOUND
11:26:28 DEBUG [http-nio-80-exec-2] o.s.w.s.DispatcherServlet - GET "/resources/bootstrap/bootstrap.css.map", parameters={}
11:26:28 DEBUG [http-nio-80-exec-2] o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler@7e5b2d42
11:26:28 DEBUG [http-nio-80-exec-2] o.s.w.s.DispatcherServlet - Completed 404 NOT_FOUND
11:26:46 DEBUG [http-nio-80-exec-3] o.s.w.s.DispatcherServlet - POST "/registe", parameters={masked}
11:26:46 DEBUG [http-nio-80-exec-3] o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.imooc.reader.controller.MemberController#registe(String, String, String, String, HttpServletRequest)
11:26:46 DEBUG [http-nio-80-exec-3] o.s.j.d.DataSourceTransactionManager - Creating new transaction with name [com.imooc.reader.service.impl.MemberServiceImpl.createMember]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT
11:26:46 DEBUG [http-nio-80-exec-3] o.s.j.d.DataSourceTransactionManager - Acquired Connection [com.mysql.cj.jdbc.ConnectionImpl@440f17c1] for JDBC transaction
11:26:46 DEBUG [http-nio-80-exec-3] o.s.j.d.DataSourceTransactionManager - Switching JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@440f17c1] to manual commit
11:26:46 DEBUG [http-nio-80-exec-3] o.m.spring.SqlSessionUtils - Creating a new SqlSession
11:26:46 DEBUG [http-nio-80-exec-3] o.m.spring.SqlSessionUtils - Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78c13b98]
11:26:46 DEBUG [http-nio-80-exec-3] o.m.s.t.SpringManagedTransaction - JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@440f17c1] will be managed by Spring
11:26:46 DEBUG [http-nio-80-exec-3] c.i.r.m.M.selectList - ==> Preparing: SELECT member_id,username,password,salt,create_time,nickname FROM member WHERE (username = ?)
11:26:46 DEBUG [http-nio-80-exec-3] c.i.r.m.M.selectList - ==> Parameters: imooc_555(String)
11:26:46 DEBUG [http-nio-80-exec-3] c.i.r.m.M.selectList - <== Total: 0
11:26:46 DEBUG [http-nio-80-exec-3] o.m.spring.SqlSessionUtils - Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78c13b98]
11:26:46 DEBUG [http-nio-80-exec-3] o.m.spring.SqlSessionUtils - Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78c13b98]
11:26:46 DEBUG [http-nio-80-exec-3] o.m.spring.SqlSessionUtils - Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@78c13b98]
11:26:46 DEBUG [http-nio-80-exec-3] o.s.j.d.DataSourceTransactionManager - Initiating transaction rollback
11:26:46 DEBUG [http-nio-80-exec-3] o.s.j.d.DataSourceTransactionManager - Rolling back JDBC transaction on Connection [com.mysql.cj.jdbc.ConnectionImpl@440f17c1]
11:26:46 DEBUG [http-nio-80-exec-3] o.s.j.d.DataSourceTransactionManager - Releasing JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@440f17c1] after transaction
11:26:46 DEBUG [http-nio-80-exec-3] o.s.w.s.DispatcherServlet - Failed to complete request: org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: org/apache/commons/codec/digest/DigestUtils