Commit ac52f6a0 authored by wangjunqiangs's avatar wangjunqiangs

ignore log file

parent 39b9879a
......@@ -22,4 +22,7 @@ build/
nbbuild/
dist/
nbdist/
.nb-gradle/
\ No newline at end of file
.nb-gradle/
## log ##
*.log
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
09:10:29.511 logback [main] INFO com.example.tdl.TdlApplication - Starting TdlApplication on DESKTOP-7LA1JFJ with PID 16976 (C:\Users\admin\Desktop\tdl\out\production\classes started by admin in C:\Users\admin\Desktop\tdl)
09:10:29.521 logback [main] INFO com.example.tdl.TdlApplication - No active profile set, falling back to default profiles: default
09:10:29.691 logback [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@74bf1791: startup date [Tue Feb 27 09:10:29 CST 2018]; root of context hierarchy
09:10:29.861 logback [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.3.6.Final
09:10:32.221 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroConfiguration' of type [com.example.tdl.shiro.ShiroConfiguration$$EnhancerBySpringCGLIB$$e59ae126] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
09:10:32.511 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'mybatis-org.mybatis.spring.boot.autoconfigure.MybatisProperties' of type [org.mybatis.spring.boot.autoconfigure.MybatisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
09:10:32.521 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration' of type [org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration$$EnhancerBySpringCGLIB$$3e73418c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
09:10:32.531 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Tomcat' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Tomcat] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
09:10:32.541 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
09:10:32.621 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'dataSource' of type [org.apache.tomcat.jdbc.pool.DataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
09:10:33.501 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
09:10:33.501 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
09:10:33.501 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'userMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
09:10:33.511 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'userMapper' of type [com.sun.proxy.$Proxy60] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
09:10:33.511 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'userService' of type [com.example.tdl.service.UserService] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
09:10:33.511 logback [main] INFO o.a.shiro.realm.AuthorizingRealm - No cache or cacheManager properties have been set. Authorization cache cannot be obtained.
09:10:33.511 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'shiroRealm' of type [com.example.tdl.shiro.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
09:10:33.671 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'ehCacheManager' of type [org.apache.shiro.cache.ehcache.EhCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
09:10:33.671 logback [main] INFO o.a.s.cache.ehcache.EhCacheManager - Cache with name 'com.example.tdl.shiro.ShiroRealm.authorizationCache' does not yet exist. Creating now.
09:10:33.671 logback [main] INFO o.a.s.cache.ehcache.EhCacheManager - Added EhCache named [com.example.tdl.shiro.ShiroRealm.authorizationCache]
09:10:33.681 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
09:10:33.741 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
09:10:33.821 logback [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$b9ef05c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
09:10:34.782 logback [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 8092 (http)
09:10:34.803 logback [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
09:10:34.803 logback [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.27
09:10:35.342 logback [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
09:10:35.362 logback [localhost-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 5671 ms
09:10:36.022 logback [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/]
09:10:36.022 logback [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*]
09:10:36.022 logback [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
09:10:36.022 logback [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*]
09:10:36.022 logback [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*]
09:10:36.022 logback [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'corsFilter' to: [/*]
09:10:36.022 logback [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'shiroFilter' to: [/*]
09:10:37.182 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/alarm/getAll],methods=[GET]}" onto public java.lang.Object com.example.tdl.web.AlarmController.getAll()
09:10:37.182 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/alarm/addAlarm],methods=[POST]}" onto public java.lang.Object com.example.tdl.web.AlarmController.addAlarm(com.example.tdl.domain.vo.AddAlarmVo)
09:10:37.182 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/alarm/updateAlarm],methods=[POST]}" onto public java.lang.Object com.example.tdl.web.AlarmController.updateAlarm(com.example.tdl.domain.vo.UpdateAlarmVo)
09:10:37.182 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/alarm/delAlarm],methods=[POST]}" onto public java.lang.Object com.example.tdl.web.AlarmController.delAlarm(com.example.tdl.domain.vo.DelAlarmVo)
09:10:37.182 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/alarm/getForWarehouse],methods=[GET]}" onto public java.lang.Object com.example.tdl.web.AlarmController.getForWarehouse()
09:10:37.182 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/alarm/getAllByAlarmType],methods=[POST]}" onto public java.lang.Object com.example.tdl.web.AlarmController.getAllByAlarmType(java.lang.String)
09:10:37.182 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/login/doLogin],methods=[POST]}" onto public java.lang.String com.example.tdl.web.LoginController.login(com.example.tdl.domain.vo.LoginUserVo)
09:10:37.182 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/permission/getAll],methods=[GET]}" onto public java.lang.Object com.example.tdl.web.PermissionController.getAll()
09:10:37.192 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/role/getAllRoleName],methods=[GET]}" onto public java.lang.Object com.example.tdl.web.RoleController.getAllRoleName()
09:10:37.192 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/roleHasPermission/getAll],methods=[GET]}" onto public java.lang.Object com.example.tdl.web.RoleHasPermissionController.getAll()
09:10:37.192 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/route/getAll],methods=[GET]}" onto public java.lang.Object com.example.tdl.web.RouteController.getAll()
09:10:37.192 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/route/getRouteByTerm],methods=[POST]}" onto public java.lang.Object com.example.tdl.web.RouteController.getRouteByTerm(com.example.tdl.domain.vo.RouteTermVo)
09:10:37.192 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/route/addRoute],methods=[POST]}" onto public java.lang.Object com.example.tdl.web.RouteController.addRoute(com.example.tdl.domain.vo.AddRouteVo)
09:10:37.192 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/route/updateRoute],methods=[POST]}" onto public java.lang.Object com.example.tdl.web.RouteController.updateRoute(com.example.tdl.domain.vo.UpdateRouteVo)
09:10:37.192 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/route/delRoute],methods=[POST]}" onto public java.lang.Object com.example.tdl.web.RouteController.delRoute(java.lang.String)
09:10:37.192 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/user/getAll],methods=[GET]}" onto public java.lang.Object com.example.tdl.web.UserController.getAll()
09:10:37.192 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/user/updateUser],methods=[POST]}" onto public java.lang.Object com.example.tdl.web.UserController.updateUser(com.example.tdl.domain.vo.UpdateUserVo)
09:10:37.192 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/user/getByTerm],methods=[POST]}" onto public java.lang.Object com.example.tdl.web.UserController.getByTerm(com.example.tdl.domain.vo.UserTermVo)
09:10:37.192 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/user/resetPassword],methods=[POST]}" onto public java.lang.Object com.example.tdl.web.UserController.resetPassword(java.lang.String)
09:10:37.192 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/user/delUser],methods=[POST]}" onto public java.lang.Object com.example.tdl.web.UserController.delUser(java.lang.String)
09:10:37.192 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/user/addUser],methods=[POST]}" onto public java.lang.Object com.example.tdl.web.UserController.addUser(com.example.tdl.domain.vo.AddUserVo)
09:10:37.192 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/warehouse/getAll],methods=[GET]}" onto public java.lang.Object com.example.tdl.web.WarehouseController.getAll()
09:10:37.192 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/warehouse/addWarehouse],methods=[POST]}" onto public java.lang.Object com.example.tdl.web.WarehouseController.addWarehouse(com.example.tdl.domain.vo.AddWarehouseVo)
09:10:37.192 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/warehouse/updateWarehouse],methods=[POST]}" onto public java.lang.Object com.example.tdl.web.WarehouseController.updateWarehouse(com.example.tdl.domain.vo.UpdateWarehouseVo)
09:10:37.192 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/warehouse/delWarehouse],methods=[POST]}" onto public java.lang.Object com.example.tdl.web.WarehouseController.delWarehouse(java.lang.String)
09:10:37.192 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/warehouse/getAllByTerm],methods=[POST]}" onto public java.lang.Object com.example.tdl.web.WarehouseController.getAllByTerm(com.example.tdl.domain.vo.WarehouseTermVo)
09:10:37.192 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v2/api-docs],methods=[GET]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String)
09:10:37.202 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/configuration/security]}" onto org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration()
09:10:37.202 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources()
09:10:37.202 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/configuration/ui]}" onto org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration()
09:10:37.202 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
09:10:37.202 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
09:10:38.272 logback [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@74bf1791: startup date [Tue Feb 27 09:10:29 CST 2018]; root of context hierarchy
09:10:38.462 logback [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
09:10:38.462 logback [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
09:10:38.612 logback [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
09:10:39.373 logback [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup
09:10:39.383 logback [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
09:10:39.423 logback [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found {0} custom documentation plugin(s)
09:10:39.433 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
09:10:39.433 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method addAlarm was alarm-controller
09:10:39.433 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: addAlarm belongs to groups: [[ResourceGroup{groupName='alarm-controller', position=0, controller=com.example.tdl.web.AlarmController}]]
09:10:39.433 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method delAlarm was alarm-controller
09:10:39.433 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: delAlarm belongs to groups: [[ResourceGroup{groupName='alarm-controller', position=0, controller=com.example.tdl.web.AlarmController}]]
09:10:39.433 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAllByAlarmType was alarm-controller
09:10:39.433 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: getAllByAlarmType belongs to groups: [[ResourceGroup{groupName='alarm-controller', position=0, controller=com.example.tdl.web.AlarmController}]]
09:10:39.433 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAll was alarm-controller
09:10:39.433 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: getAll belongs to groups: [[ResourceGroup{groupName='alarm-controller', position=0, controller=com.example.tdl.web.AlarmController}]]
09:10:39.433 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getForWarehouse was alarm-controller
09:10:39.433 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: getForWarehouse belongs to groups: [[ResourceGroup{groupName='alarm-controller', position=0, controller=com.example.tdl.web.AlarmController}]]
09:10:39.433 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method updateAlarm was alarm-controller
09:10:39.433 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: updateAlarm belongs to groups: [[ResourceGroup{groupName='alarm-controller', position=0, controller=com.example.tdl.web.AlarmController}]]
09:10:39.433 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method login was login-controller
09:10:39.433 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: login belongs to groups: [[ResourceGroup{groupName='login-controller', position=0, controller=com.example.tdl.web.LoginController}]]
09:10:39.433 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAll was permission-controller
09:10:39.433 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: getAll belongs to groups: [[ResourceGroup{groupName='permission-controller', position=0, controller=com.example.tdl.web.PermissionController}]]
09:10:39.443 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAllRoleName was role-controller
09:10:39.443 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: getAllRoleName belongs to groups: [[ResourceGroup{groupName='role-controller', position=0, controller=com.example.tdl.web.RoleController}]]
09:10:39.443 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAll was role-has-permission-controller
09:10:39.443 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: getAll belongs to groups: [[ResourceGroup{groupName='role-has-permission-controller', position=0, controller=com.example.tdl.web.RoleHasPermissionController}]]
09:10:39.443 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method addRoute was route-controller
09:10:39.443 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: addRoute belongs to groups: [[ResourceGroup{groupName='route-controller', position=0, controller=com.example.tdl.web.RouteController}]]
09:10:39.443 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method delRoute was route-controller
09:10:39.443 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: delRoute belongs to groups: [[ResourceGroup{groupName='route-controller', position=0, controller=com.example.tdl.web.RouteController}]]
09:10:39.443 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAll was route-controller
09:10:39.443 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: getAll belongs to groups: [[ResourceGroup{groupName='route-controller', position=0, controller=com.example.tdl.web.RouteController}]]
09:10:39.443 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getRouteByTerm was route-controller
09:10:39.443 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: getRouteByTerm belongs to groups: [[ResourceGroup{groupName='route-controller', position=0, controller=com.example.tdl.web.RouteController}]]
09:10:39.443 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method updateRoute was route-controller
09:10:39.443 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: updateRoute belongs to groups: [[ResourceGroup{groupName='route-controller', position=0, controller=com.example.tdl.web.RouteController}]]
09:10:39.443 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method addUser was user-controller
09:10:39.443 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: addUser belongs to groups: [[ResourceGroup{groupName='user-controller', position=0, controller=com.example.tdl.web.UserController}]]
09:10:39.443 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method delUser was user-controller
09:10:39.443 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: delUser belongs to groups: [[ResourceGroup{groupName='user-controller', position=0, controller=com.example.tdl.web.UserController}]]
09:10:39.443 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAll was user-controller
09:10:39.443 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: getAll belongs to groups: [[ResourceGroup{groupName='user-controller', position=0, controller=com.example.tdl.web.UserController}]]
09:10:39.443 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getByTerm was user-controller
09:10:39.443 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: getByTerm belongs to groups: [[ResourceGroup{groupName='user-controller', position=0, controller=com.example.tdl.web.UserController}]]
09:10:39.443 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method resetPassword was user-controller
09:10:39.443 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: resetPassword belongs to groups: [[ResourceGroup{groupName='user-controller', position=0, controller=com.example.tdl.web.UserController}]]
09:10:39.453 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method updateUser was user-controller
09:10:39.453 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: updateUser belongs to groups: [[ResourceGroup{groupName='user-controller', position=0, controller=com.example.tdl.web.UserController}]]
09:10:39.453 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method addWarehouse was warehouse-controller
09:10:39.453 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: addWarehouse belongs to groups: [[ResourceGroup{groupName='warehouse-controller', position=0, controller=com.example.tdl.web.WarehouseController}]]
09:10:39.453 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method delWarehouse was warehouse-controller
09:10:39.453 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: delWarehouse belongs to groups: [[ResourceGroup{groupName='warehouse-controller', position=0, controller=com.example.tdl.web.WarehouseController}]]
09:10:39.453 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAllByTerm was warehouse-controller
09:10:39.453 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: getAllByTerm belongs to groups: [[ResourceGroup{groupName='warehouse-controller', position=0, controller=com.example.tdl.web.WarehouseController}]]
09:10:39.453 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAll was warehouse-controller
09:10:39.453 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: getAll belongs to groups: [[ResourceGroup{groupName='warehouse-controller', position=0, controller=com.example.tdl.web.WarehouseController}]]
09:10:39.453 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method updateWarehouse was warehouse-controller
09:10:39.453 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Request mapping: updateWarehouse belongs to groups: [[ResourceGroup{groupName='warehouse-controller', position=0, controller=com.example.tdl.web.WarehouseController}]]
09:10:39.453 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Created resource listing Path: /test/route-controller Description: route-controller Position: 0
09:10:39.453 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Created resource listing Path: /test/alarm-controller Description: alarm-controller Position: 0
09:10:39.463 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Created resource listing Path: /test/role-has-permission-controller Description: role-has-permission-controller Position: 0
09:10:39.463 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Created resource listing Path: /test/permission-controller Description: permission-controller Position: 0
09:10:39.463 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Created resource listing Path: /test/login-controller Description: login-controller Position: 0
09:10:39.463 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Created resource listing Path: /test/warehouse-controller Description: warehouse-controller Position: 0
09:10:39.463 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Created resource listing Path: /test/user-controller Description: user-controller Position: 0
09:10:39.463 logback [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Created resource listing Path: /test/role-controller Description: role-controller Position: 0
09:10:39.493 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.AddAlarmVo(false)
09:10:39.493 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.example.tdl.domain.vo.AddAlarmVo(false)
09:10:39.493 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.AddAlarmVo(false)
09:10:39.493 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.AddAlarmVo(false)
09:10:39.523 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.AddAlarmVo(false)
09:10:39.523 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.example.tdl.domain.vo.AddAlarmVo(false)
09:10:39.523 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.AddAlarmVo(false)
09:10:39.523 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.AddAlarmVo(false)
09:10:39.523 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.523 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.523 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.523 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.533 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /alarm/addAlarm.com.example.tdl.web.AlarmController.addAlarm.CodeGenGenericTypeNamingStrategy
09:10:39.533 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /alarm/addAlarm.com.example.tdl.web.AlarmController.addAlarm.CodeGenGenericTypeNamingStrategy
09:10:39.543 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method addAlarm was alarm-controller
09:10:39.563 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method addAlarm was alarm-controller
09:10:39.573 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.573 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.573 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.573 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.573 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.DelAlarmVo(false)
09:10:39.573 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.example.tdl.domain.vo.DelAlarmVo(false)
09:10:39.573 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.DelAlarmVo(false)
09:10:39.573 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.DelAlarmVo(false)
09:10:39.573 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.DelAlarmVo(false)
09:10:39.573 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.example.tdl.domain.vo.DelAlarmVo(false)
09:10:39.573 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.DelAlarmVo(false)
09:10:39.573 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.DelAlarmVo(false)
09:10:39.573 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /alarm/delAlarm.com.example.tdl.web.AlarmController.delAlarm.CodeGenGenericTypeNamingStrategy
09:10:39.573 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /alarm/delAlarm.com.example.tdl.web.AlarmController.delAlarm.CodeGenGenericTypeNamingStrategy
09:10:39.573 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method delAlarm was alarm-controller
09:10:39.573 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method delAlarm was alarm-controller
09:10:39.573 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.573 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.573 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.573 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.573 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /alarm/getAll.com.example.tdl.web.AlarmController.getAll.CodeGenGenericTypeNamingStrategy
09:10:39.573 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /alarm/getAll.com.example.tdl.web.AlarmController.getAll.CodeGenGenericTypeNamingStrategy
09:10:39.573 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAll was alarm-controller
09:10:39.573 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAll was alarm-controller
09:10:39.583 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.String(false)
09:10:39.583 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.String(false)
09:10:39.583 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.String(false)
09:10:39.583 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.String(false)
09:10:39.583 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.583 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.583 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.583 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.583 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /alarm/getAllByAlarmType.com.example.tdl.web.AlarmController.getAllByAlarmType.CodeGenGenericTypeNamingStrategy
09:10:39.583 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /alarm/getAllByAlarmType.com.example.tdl.web.AlarmController.getAllByAlarmType.CodeGenGenericTypeNamingStrategy
09:10:39.583 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAllByAlarmType was alarm-controller
09:10:39.583 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAllByAlarmType was alarm-controller
09:10:39.583 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.583 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.583 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.583 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.583 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /alarm/getForWarehouse.com.example.tdl.web.AlarmController.getForWarehouse.CodeGenGenericTypeNamingStrategy
09:10:39.583 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /alarm/getForWarehouse.com.example.tdl.web.AlarmController.getForWarehouse.CodeGenGenericTypeNamingStrategy
09:10:39.583 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getForWarehouse was alarm-controller
09:10:39.583 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getForWarehouse was alarm-controller
09:10:39.583 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.583 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.583 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.583 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.583 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.UpdateAlarmVo(false)
09:10:39.583 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.example.tdl.domain.vo.UpdateAlarmVo(false)
09:10:39.583 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.UpdateAlarmVo(false)
09:10:39.583 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.UpdateAlarmVo(false)
09:10:39.593 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.UpdateAlarmVo(false)
09:10:39.593 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.example.tdl.domain.vo.UpdateAlarmVo(false)
09:10:39.593 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.UpdateAlarmVo(false)
09:10:39.593 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.UpdateAlarmVo(false)
09:10:39.593 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /alarm/updateAlarm.com.example.tdl.web.AlarmController.updateAlarm.CodeGenGenericTypeNamingStrategy
09:10:39.593 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /alarm/updateAlarm.com.example.tdl.web.AlarmController.updateAlarm.CodeGenGenericTypeNamingStrategy
09:10:39.593 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method updateAlarm was alarm-controller
09:10:39.593 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method updateAlarm was alarm-controller
09:10:39.603 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.LoginUserVo(false)
09:10:39.603 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.example.tdl.domain.vo.LoginUserVo(false)
09:10:39.603 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.LoginUserVo(false)
09:10:39.603 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.LoginUserVo(false)
09:10:39.603 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.LoginUserVo(false)
09:10:39.603 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.example.tdl.domain.vo.LoginUserVo(false)
09:10:39.603 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.LoginUserVo(false)
09:10:39.603 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.LoginUserVo(false)
09:10:39.603 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.String(true)
09:10:39.603 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.String(true)
09:10:39.603 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.String(true)
09:10:39.603 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.String(true)
09:10:39.603 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /login/doLogin.com.example.tdl.web.LoginController.login.CodeGenGenericTypeNamingStrategy
09:10:39.603 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /login/doLogin.com.example.tdl.web.LoginController.login.CodeGenGenericTypeNamingStrategy
09:10:39.603 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method login was login-controller
09:10:39.603 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method login was login-controller
09:10:39.603 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.603 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.603 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.603 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.603 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /permission/getAll.com.example.tdl.web.PermissionController.getAll.CodeGenGenericTypeNamingStrategy
09:10:39.603 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /permission/getAll.com.example.tdl.web.PermissionController.getAll.CodeGenGenericTypeNamingStrategy
09:10:39.603 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAll was permission-controller
09:10:39.603 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAll was permission-controller
09:10:39.603 logback [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getAllUsingGET_1
09:10:39.603 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.603 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.603 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.613 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.613 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /role/getAllRoleName.com.example.tdl.web.RoleController.getAllRoleName.CodeGenGenericTypeNamingStrategy
09:10:39.613 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /role/getAllRoleName.com.example.tdl.web.RoleController.getAllRoleName.CodeGenGenericTypeNamingStrategy
09:10:39.613 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAllRoleName was role-controller
09:10:39.613 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAllRoleName was role-controller
09:10:39.613 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.613 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.613 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.613 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.613 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /roleHasPermission/getAll.com.example.tdl.web.RoleHasPermissionController.getAll.CodeGenGenericTypeNamingStrategy
09:10:39.613 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /roleHasPermission/getAll.com.example.tdl.web.RoleHasPermissionController.getAll.CodeGenGenericTypeNamingStrategy
09:10:39.613 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAll was role-has-permission-controller
09:10:39.613 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAll was role-has-permission-controller
09:10:39.613 logback [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getAllUsingGET_2
09:10:39.613 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.613 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.613 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.613 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.613 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.AddRouteVo(false)
09:10:39.613 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.example.tdl.domain.vo.AddRouteVo(false)
09:10:39.613 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.AddRouteVo(false)
09:10:39.613 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.AddRouteVo(false)
09:10:39.613 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.AddRouteVo(false)
09:10:39.613 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.example.tdl.domain.vo.AddRouteVo(false)
09:10:39.613 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.AddRouteVo(false)
09:10:39.613 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.AddRouteVo(false)
09:10:39.613 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /route/addRoute.com.example.tdl.web.RouteController.addRoute.CodeGenGenericTypeNamingStrategy
09:10:39.623 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /route/addRoute.com.example.tdl.web.RouteController.addRoute.CodeGenGenericTypeNamingStrategy
09:10:39.623 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method addRoute was route-controller
09:10:39.623 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method addRoute was route-controller
09:10:39.623 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.String(false)
09:10:39.623 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.String(false)
09:10:39.623 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.String(false)
09:10:39.623 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.String(false)
09:10:39.623 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.623 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.623 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.623 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.623 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /route/delRoute.com.example.tdl.web.RouteController.delRoute.CodeGenGenericTypeNamingStrategy
09:10:39.623 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /route/delRoute.com.example.tdl.web.RouteController.delRoute.CodeGenGenericTypeNamingStrategy
09:10:39.623 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method delRoute was route-controller
09:10:39.623 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method delRoute was route-controller
09:10:39.623 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.623 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.623 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.623 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.623 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /route/getAll.com.example.tdl.web.RouteController.getAll.CodeGenGenericTypeNamingStrategy
09:10:39.623 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /route/getAll.com.example.tdl.web.RouteController.getAll.CodeGenGenericTypeNamingStrategy
09:10:39.623 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAll was route-controller
09:10:39.623 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAll was route-controller
09:10:39.623 logback [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getAllUsingGET_3
09:10:39.623 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.RouteTermVo(false)
09:10:39.623 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.example.tdl.domain.vo.RouteTermVo(false)
09:10:39.623 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.RouteTermVo(false)
09:10:39.623 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.RouteTermVo(false)
09:10:39.623 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.RouteTermVo(false)
09:10:39.623 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.example.tdl.domain.vo.RouteTermVo(false)
09:10:39.633 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.RouteTermVo(false)
09:10:39.633 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.RouteTermVo(false)
09:10:39.633 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.633 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.633 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.633 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.633 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /route/getRouteByTerm.com.example.tdl.web.RouteController.getRouteByTerm.CodeGenGenericTypeNamingStrategy
09:10:39.633 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /route/getRouteByTerm.com.example.tdl.web.RouteController.getRouteByTerm.CodeGenGenericTypeNamingStrategy
09:10:39.633 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getRouteByTerm was route-controller
09:10:39.633 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getRouteByTerm was route-controller
09:10:39.633 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.UpdateRouteVo(false)
09:10:39.633 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.example.tdl.domain.vo.UpdateRouteVo(false)
09:10:39.633 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.UpdateRouteVo(false)
09:10:39.633 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.UpdateRouteVo(false)
09:10:39.633 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.UpdateRouteVo(false)
09:10:39.633 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.example.tdl.domain.vo.UpdateRouteVo(false)
09:10:39.633 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.UpdateRouteVo(false)
09:10:39.633 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.UpdateRouteVo(false)
09:10:39.633 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.633 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.633 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.633 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.633 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /route/updateRoute.com.example.tdl.web.RouteController.updateRoute.CodeGenGenericTypeNamingStrategy
09:10:39.633 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /route/updateRoute.com.example.tdl.web.RouteController.updateRoute.CodeGenGenericTypeNamingStrategy
09:10:39.633 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method updateRoute was route-controller
09:10:39.633 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method updateRoute was route-controller
09:10:39.633 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.AddUserVo(false)
09:10:39.633 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.example.tdl.domain.vo.AddUserVo(false)
09:10:39.643 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.AddUserVo(false)
09:10:39.643 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.AddUserVo(false)
09:10:39.643 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.AddUserVo(false)
09:10:39.643 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.example.tdl.domain.vo.AddUserVo(false)
09:10:39.643 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.AddUserVo(false)
09:10:39.643 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.AddUserVo(false)
09:10:39.643 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.643 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.643 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.643 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.643 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /user/addUser.com.example.tdl.web.UserController.addUser.CodeGenGenericTypeNamingStrategy
09:10:39.643 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /user/addUser.com.example.tdl.web.UserController.addUser.CodeGenGenericTypeNamingStrategy
09:10:39.643 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method addUser was user-controller
09:10:39.643 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method addUser was user-controller
09:10:39.643 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.String(false)
09:10:39.643 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.String(false)
09:10:39.643 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.String(false)
09:10:39.643 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.String(false)
09:10:39.643 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.643 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.643 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.643 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.643 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /user/delUser.com.example.tdl.web.UserController.delUser.CodeGenGenericTypeNamingStrategy
09:10:39.643 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /user/delUser.com.example.tdl.web.UserController.delUser.CodeGenGenericTypeNamingStrategy
09:10:39.643 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method delUser was user-controller
09:10:39.653 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method delUser was user-controller
09:10:39.653 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.653 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.653 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.653 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.653 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /user/getAll.com.example.tdl.web.UserController.getAll.CodeGenGenericTypeNamingStrategy
09:10:39.653 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /user/getAll.com.example.tdl.web.UserController.getAll.CodeGenGenericTypeNamingStrategy
09:10:39.653 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAll was user-controller
09:10:39.653 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAll was user-controller
09:10:39.653 logback [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getAllUsingGET_4
09:10:39.653 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.UserTermVo(false)
09:10:39.653 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.example.tdl.domain.vo.UserTermVo(false)
09:10:39.653 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.UserTermVo(false)
09:10:39.653 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.UserTermVo(false)
09:10:39.653 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.UserTermVo(false)
09:10:39.653 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.example.tdl.domain.vo.UserTermVo(false)
09:10:39.653 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.UserTermVo(false)
09:10:39.653 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.UserTermVo(false)
09:10:39.653 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.653 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.653 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.653 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.653 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /user/getByTerm.com.example.tdl.web.UserController.getByTerm.CodeGenGenericTypeNamingStrategy
09:10:39.653 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /user/getByTerm.com.example.tdl.web.UserController.getByTerm.CodeGenGenericTypeNamingStrategy
09:10:39.653 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getByTerm was user-controller
09:10:39.653 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getByTerm was user-controller
09:10:39.653 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.String(false)
09:10:39.653 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.String(false)
09:10:39.663 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.String(false)
09:10:39.663 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.String(false)
09:10:39.663 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.663 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.663 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.663 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.663 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /user/resetPassword.com.example.tdl.web.UserController.resetPassword.CodeGenGenericTypeNamingStrategy
09:10:39.663 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /user/resetPassword.com.example.tdl.web.UserController.resetPassword.CodeGenGenericTypeNamingStrategy
09:10:39.663 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method resetPassword was user-controller
09:10:39.663 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method resetPassword was user-controller
09:10:39.663 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.663 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.663 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.663 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.663 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.UpdateUserVo(false)
09:10:39.663 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.example.tdl.domain.vo.UpdateUserVo(false)
09:10:39.663 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.UpdateUserVo(false)
09:10:39.663 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.UpdateUserVo(false)
09:10:39.663 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.UpdateUserVo(false)
09:10:39.663 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.example.tdl.domain.vo.UpdateUserVo(false)
09:10:39.673 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.UpdateUserVo(false)
09:10:39.673 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.UpdateUserVo(false)
09:10:39.673 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /user/updateUser.com.example.tdl.web.UserController.updateUser.CodeGenGenericTypeNamingStrategy
09:10:39.673 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /user/updateUser.com.example.tdl.web.UserController.updateUser.CodeGenGenericTypeNamingStrategy
09:10:39.673 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method updateUser was user-controller
09:10:39.673 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method updateUser was user-controller
09:10:39.673 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.AddWarehouseVo(false)
09:10:39.673 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.example.tdl.domain.vo.AddWarehouseVo(false)
09:10:39.673 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.AddWarehouseVo(false)
09:10:39.673 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.AddWarehouseVo(false)
09:10:39.683 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.AddWarehouseVo(false)
09:10:39.683 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.example.tdl.domain.vo.AddWarehouseVo(false)
09:10:39.683 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.AddWarehouseVo(false)
09:10:39.683 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.AddWarehouseVo(false)
09:10:39.683 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.683 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.683 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.683 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.683 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /warehouse/addWarehouse.com.example.tdl.web.WarehouseController.addWarehouse.CodeGenGenericTypeNamingStrategy
09:10:39.683 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /warehouse/addWarehouse.com.example.tdl.web.WarehouseController.addWarehouse.CodeGenGenericTypeNamingStrategy
09:10:39.683 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method addWarehouse was warehouse-controller
09:10:39.683 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method addWarehouse was warehouse-controller
09:10:39.683 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.String(false)
09:10:39.683 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.String(false)
09:10:39.683 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.String(false)
09:10:39.683 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.String(false)
09:10:39.683 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.683 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.683 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.683 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.683 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /warehouse/delWarehouse.com.example.tdl.web.WarehouseController.delWarehouse.CodeGenGenericTypeNamingStrategy
09:10:39.683 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /warehouse/delWarehouse.com.example.tdl.web.WarehouseController.delWarehouse.CodeGenGenericTypeNamingStrategy
09:10:39.683 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method delWarehouse was warehouse-controller
09:10:39.683 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method delWarehouse was warehouse-controller
09:10:39.683 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.683 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.683 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.683 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.693 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /warehouse/getAll.com.example.tdl.web.WarehouseController.getAll.CodeGenGenericTypeNamingStrategy
09:10:39.693 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /warehouse/getAll.com.example.tdl.web.WarehouseController.getAll.CodeGenGenericTypeNamingStrategy
09:10:39.693 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAll was warehouse-controller
09:10:39.693 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAll was warehouse-controller
09:10:39.693 logback [main] INFO s.d.s.w.r.o.CachingOperationNameGenerator - Generating unique operation named: getAllUsingGET_5
09:10:39.693 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.WarehouseTermVo(false)
09:10:39.693 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.example.tdl.domain.vo.WarehouseTermVo(false)
09:10:39.693 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.WarehouseTermVo(false)
09:10:39.693 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.WarehouseTermVo(false)
09:10:39.693 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.WarehouseTermVo(false)
09:10:39.693 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.example.tdl.domain.vo.WarehouseTermVo(false)
09:10:39.693 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.WarehouseTermVo(false)
09:10:39.693 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.WarehouseTermVo(false)
09:10:39.693 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.693 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.693 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.693 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.693 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /warehouse/getAllByTerm.com.example.tdl.web.WarehouseController.getAllByTerm.CodeGenGenericTypeNamingStrategy
09:10:39.693 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /warehouse/getAllByTerm.com.example.tdl.web.WarehouseController.getAllByTerm.CodeGenGenericTypeNamingStrategy
09:10:39.693 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAllByTerm was warehouse-controller
09:10:39.693 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method getAllByTerm was warehouse-controller
09:10:39.693 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.693 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key java.lang.Object(true)
09:10:39.693 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: java.lang.Object(true)
09:10:39.693 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key java.lang.Object(true)
09:10:39.693 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.UpdateWarehouseVo(false)
09:10:39.693 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache models with key com.example.tdl.domain.vo.UpdateWarehouseVo(false)
09:10:39.693 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.UpdateWarehouseVo(false)
09:10:39.693 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.UpdateWarehouseVo(false)
09:10:39.693 logback [main] INFO s.d.schema.ModelContextKeyGenerator - Cache Key Generated: com.example.tdl.domain.vo.UpdateWarehouseVo(false)
09:10:39.703 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelDependencies with key com.example.tdl.domain.vo.UpdateWarehouseVo(false)
09:10:39.703 logback [main] INFO s.d.s.p.ModelPropertiesKeyGenerator - Cache key generated: com.example.tdl.domain.vo.UpdateWarehouseVo(false)
09:10:39.703 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache modelProperties with key com.example.tdl.domain.vo.UpdateWarehouseVo(false)
09:10:39.703 logback [main] INFO s.d.s.web.OperationsKeyGenerator - Cache key generated: /warehouse/updateWarehouse.com.example.tdl.web.WarehouseController.updateWarehouse.CodeGenGenericTypeNamingStrategy
09:10:39.703 logback [main] INFO s.d.spring.web.caching.CachingAspect - Caching aspect applied for cache operations with key /warehouse/updateWarehouse.com.example.tdl.web.WarehouseController.updateWarehouse.CodeGenGenericTypeNamingStrategy
09:10:39.703 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method updateWarehouse was warehouse-controller
09:10:39.703 logback [main] INFO s.d.s.w.ClassOrApiAnnotationResourceGrouping - Group for method updateWarehouse was warehouse-controller
09:10:39.723 logback [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8092"]
09:10:39.723 logback [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8092"]
09:10:39.733 logback [main] INFO o.a.tomcat.util.net.NioSelectorPool - Using a shared selector for servlet write/read
09:10:39.773 logback [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 8092 (http)
09:10:39.773 logback [main] INFO com.example.tdl.TdlApplication - Started TdlApplication in 10.892 seconds (JVM running for 15.131)
09:35:10.198 logback [http-nio-8092-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring FrameworkServlet 'dispatcherServlet'
09:35:10.199 logback [http-nio-8092-exec-1] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started
09:35:10.264 logback [http-nio-8092-exec-1] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 65 ms
09:35:30.828 logback [http-nio-8092-exec-7] INFO com.example.tdl.shiro.ShiroRealm - doGetAuthenticationInfo +org.apache.shiro.authc.UsernamePasswordToken - cy, rememberMe=false
17:22:17.556 logback [http-nio-8092-exec-8] INFO com.example.tdl.shiro.ShiroRealm - doGetAuthenticationInfo +org.apache.shiro.authc.UsernamePasswordToken - cy, rememberMe=false
17:24:52.527 logback [http-nio-8092-exec-8] WARN o.s.w.s.m.s.DefaultHandlerExceptionResolver - Failed to read HTTP message: org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Unexpected character ('}' (code 125)): was expecting double-quote to start field name; nested exception is com.fasterxml.jackson.core.JsonParseException: Unexpected character ('}' (code 125)): was expecting double-quote to start field name
at [Source: java.io.PushbackInputStream@1a0ca2c0; line: 5, column: 2]
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment