代码拉取完成,页面将自动刷新
2018-09-16 19:51:00.280 INFO 13892 --- [main] c.s.waterflow.ExcelImportApplication : Starting ExcelImportApplication on DESKTOP-DM6MBOE with PID 13892 (C:\files\02.project\excelimport\target\classes started by 92039 in C:\files\02.project\excelimport)
2018-09-16 19:51:00.288 INFO 13892 --- [main] c.s.waterflow.ExcelImportApplication : No active profile set, falling back to default profiles: default
2018-09-16 19:51:00.440 INFO 13892 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@70cf32e3: startup date [Sun Sep 16 19:51:00 CST 2018]; root of context hierarchy
2018-09-16 19:51:02.179 WARN 13892 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.suneducation.waterflow.dao.mapper]' package. Please check your configuration.
2018-09-16 19:51:04.719 INFO 13892 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 7001 (http)
2018-09-16 19:51:04.798 INFO 13892 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2018-09-16 19:51:04.802 INFO 13892 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.31
2018-09-16 19:51:05.048 INFO 13892 --- [localhost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\files\env\jdk1.8.0_73x64\jdk1.8.0_73x64\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Perl64\site\bin;C:\Perl64\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.1\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.1\libnvvp;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\TortoiseGit\bin;C:\files\env\jdk1.8.0_73x64\jdk1.8.0_73x64\bin;C:\files\env\jdk1.8.0_73x64\jdk1.8.0_73x64\jre\bin;C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2\plugins\maven\lib\maven3\bin;C:\Program Files\Git\bin;C:\Program Files\Git\cmd;C:\Program Files\MySQL\MySQL Utilities 1.6\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\erl9.1\lib\rabbitmq_server-3.6.12\sbin;C:\Python27;C:\Program Files\R\R-3.4.3\bin;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\nodejs\;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v140;C:\Users\92039\AppData\Local\Programs\Python\Python36\Scripts;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\files\env\curl-7.59.0-win32-mingw\bin;C:\files\env\gradle-4.6\bin;C:\files\13AI\OpenCV\opencv\build\x64\vc14\bin;C:\files\13AI\人体检测\OpenPose_demo_1.0.1\OpenPose_demo_1.0.1\bin;C:\files\13AI\OpenCV\opencv\build\java\x64;C:\Users\92039\AppData\Local\Android\Sdk\platform-tools;C:\files\env\php\php;C:\files\env\php\php\ext;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\files\01.document\04.strom\env\apache-storm-1.2.2\bin;C:\files\env\apache-ant-1.9.13\bin;C:\Perl64\bin;C:\Users\92039\AppData\Local\Programs\Python\Python36\Scripts\;C:\Users\92039\AppData\Local\Programs\Python\Python36\;C:\Users\92039\AppData\Local\Microsoft\WindowsApps;C:\Users\92039\AppData\Local\atom\bin;C:\Users\92039\AppData\Roaming\npm;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;;.]
2018-09-16 19:51:05.655 INFO 13892 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2018-09-16 19:51:05.655 INFO 13892 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 5215 ms
2018-09-16 19:51:06.291 INFO 13892 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2018-09-16 19:51:06.305 INFO 13892 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2018-09-16 19:51:06.306 INFO 13892 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2018-09-16 19:51:06.308 INFO 13892 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2018-09-16 19:51:06.310 INFO 13892 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2018-09-16 19:51:07.663 INFO 13892 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2018-09-16 19:51:08.498 INFO 13892 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-09-16 19:51:09.257 INFO 13892 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@70cf32e3: startup date [Sun Sep 16 19:51:00 CST 2018]; root of context hierarchy
2018-09-16 19:51:09.549 INFO 13892 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/index],methods=[GET]}" onto public java.lang.String com.sunducation.waterflow.controller.PageController.index()
2018-09-16 19:51:09.556 INFO 13892 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/uploads/excel],methods=[POST]}" onto public com.sunducation.waterflow.ResultMsg com.sunducation.waterflow.controller.UploadFileController.uploadImg(org.springframework.web.multipart.MultipartFile,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
2018-09-16 19:51:09.564 INFO 13892 --- [main] 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.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2018-09-16 19:51:09.566 INFO 13892 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2018-09-16 19:51:09.662 INFO 13892 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-09-16 19:51:09.663 INFO 13892 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-09-16 19:51:10.049 WARN 13892 --- [main] org.thymeleaf.templatemode.TemplateMode : [THYMELEAF][main] Template Mode 'HTML5' is deprecated. Using Template Mode 'HTML' instead.
2018-09-16 19:51:10.243 INFO 13892 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2018-09-16 19:51:10.880 INFO 13892 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2018-09-16 19:51:10.885 INFO 13892 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'waterflowDataSource' has been autodetected for JMX exposure
2018-09-16 19:51:10.901 INFO 13892 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'waterflowDataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=waterflowDataSource,type=DruidDataSource]
2018-09-16 19:51:11.006 INFO 13892 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 7001 (http) with context path ''
2018-09-16 19:51:11.015 INFO 13892 --- [main] c.s.waterflow.ExcelImportApplication : Started ExcelImportApplication in 12.637 seconds (JVM running for 14.352)
2018-09-16 19:51:51.676 INFO 13892 --- [http-nio-7001-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
2018-09-16 19:51:51.676 INFO 13892 --- [http-nio-7001-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
2018-09-16 19:51:51.722 INFO 13892 --- [http-nio-7001-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 45 ms
2018-09-16 19:54:12.149 INFO 1684 --- [main] c.s.waterflow.ExcelImportApplication : Starting ExcelImportApplication on DESKTOP-DM6MBOE with PID 1684 (C:\files\02.project\excelimport\target\classes started by 92039 in C:\files\02.project\excelimport)
2018-09-16 19:54:12.156 INFO 1684 --- [main] c.s.waterflow.ExcelImportApplication : No active profile set, falling back to default profiles: default
2018-09-16 19:54:12.316 INFO 1684 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5b799640: startup date [Sun Sep 16 19:54:12 CST 2018]; root of context hierarchy
2018-09-16 19:54:13.822 WARN 1684 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.suneducation.waterflow.dao.mapper]' package. Please check your configuration.
2018-09-16 19:54:15.626 INFO 1684 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 7001 (http)
2018-09-16 19:54:15.680 INFO 1684 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2018-09-16 19:54:15.681 INFO 1684 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.31
2018-09-16 19:54:15.694 INFO 1684 --- [localhost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\files\env\jdk1.8.0_73x64\jdk1.8.0_73x64\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Perl64\site\bin;C:\Perl64\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.1\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.1\libnvvp;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\TortoiseGit\bin;C:\files\env\jdk1.8.0_73x64\jdk1.8.0_73x64\bin;C:\files\env\jdk1.8.0_73x64\jdk1.8.0_73x64\jre\bin;C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2\plugins\maven\lib\maven3\bin;C:\Program Files\Git\bin;C:\Program Files\Git\cmd;C:\Program Files\MySQL\MySQL Utilities 1.6\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\erl9.1\lib\rabbitmq_server-3.6.12\sbin;C:\Python27;C:\Program Files\R\R-3.4.3\bin;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\nodejs\;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v140;C:\Users\92039\AppData\Local\Programs\Python\Python36\Scripts;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\files\env\curl-7.59.0-win32-mingw\bin;C:\files\env\gradle-4.6\bin;C:\files\13AI\OpenCV\opencv\build\x64\vc14\bin;C:\files\13AI\人体检测\OpenPose_demo_1.0.1\OpenPose_demo_1.0.1\bin;C:\files\13AI\OpenCV\opencv\build\java\x64;C:\Users\92039\AppData\Local\Android\Sdk\platform-tools;C:\files\env\php\php;C:\files\env\php\php\ext;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\files\01.document\04.strom\env\apache-storm-1.2.2\bin;C:\files\env\apache-ant-1.9.13\bin;C:\Perl64\bin;C:\Users\92039\AppData\Local\Programs\Python\Python36\Scripts\;C:\Users\92039\AppData\Local\Programs\Python\Python36\;C:\Users\92039\AppData\Local\Microsoft\WindowsApps;C:\Users\92039\AppData\Local\atom\bin;C:\Users\92039\AppData\Roaming\npm;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;;.]
2018-09-16 19:54:16.030 INFO 1684 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2018-09-16 19:54:16.030 INFO 1684 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3714 ms
2018-09-16 19:54:16.315 INFO 1684 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2018-09-16 19:54:16.325 INFO 1684 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2018-09-16 19:54:16.326 INFO 1684 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2018-09-16 19:54:16.327 INFO 1684 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2018-09-16 19:54:16.327 INFO 1684 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2018-09-16 19:54:17.112 INFO 1684 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2018-09-16 19:54:17.666 INFO 1684 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-09-16 19:54:18.124 INFO 1684 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5b799640: startup date [Sun Sep 16 19:54:12 CST 2018]; root of context hierarchy
2018-09-16 19:54:18.291 INFO 1684 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/index],methods=[GET]}" onto public java.lang.String com.sunducation.waterflow.controller.PageController.index()
2018-09-16 19:54:18.295 INFO 1684 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/uploads/excel],methods=[POST]}" onto public com.sunducation.waterflow.ResultMsg com.sunducation.waterflow.controller.UploadFileController.uploadImg(org.springframework.web.multipart.MultipartFile,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
2018-09-16 19:54:18.304 INFO 1684 --- [main] 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.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2018-09-16 19:54:18.305 INFO 1684 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2018-09-16 19:54:18.406 INFO 1684 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-09-16 19:54:18.406 INFO 1684 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-09-16 19:54:18.588 WARN 1684 --- [main] org.thymeleaf.templatemode.TemplateMode : [THYMELEAF][main] Template Mode 'HTML5' is deprecated. Using Template Mode 'HTML' instead.
2018-09-16 19:54:18.782 INFO 1684 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2018-09-16 19:54:19.325 INFO 1684 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2018-09-16 19:54:19.327 INFO 1684 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'waterflowDataSource' has been autodetected for JMX exposure
2018-09-16 19:54:19.338 INFO 1684 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'waterflowDataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=waterflowDataSource,type=DruidDataSource]
2018-09-16 19:54:19.410 INFO 1684 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 7001 (http) with context path ''
2018-09-16 19:54:19.418 INFO 1684 --- [main] c.s.waterflow.ExcelImportApplication : Started ExcelImportApplication in 8.591 seconds (JVM running for 9.628)
2018-09-16 19:54:36.061 INFO 1684 --- [http-nio-7001-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
2018-09-16 19:54:36.062 INFO 1684 --- [http-nio-7001-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
2018-09-16 19:54:36.100 INFO 1684 --- [http-nio-7001-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 38 ms
2018-09-16 19:55:37.479 INFO 1952 --- [main] c.s.waterflow.ExcelImportApplication : Starting ExcelImportApplication on DESKTOP-DM6MBOE with PID 1952 (C:\files\02.project\excelimport\target\classes started by 92039 in C:\files\02.project\excelimport)
2018-09-16 19:55:37.499 INFO 1952 --- [main] c.s.waterflow.ExcelImportApplication : No active profile set, falling back to default profiles: default
2018-09-16 19:55:37.740 INFO 1952 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@536f2a7e: startup date [Sun Sep 16 19:55:37 CST 2018]; root of context hierarchy
2018-09-16 19:55:39.686 WARN 1952 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.suneducation.waterflow.dao.mapper]' package. Please check your configuration.
2018-09-16 19:55:42.176 INFO 1952 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 7001 (http)
2018-09-16 19:55:42.233 INFO 1952 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2018-09-16 19:55:42.235 INFO 1952 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.31
2018-09-16 19:55:42.255 INFO 1952 --- [localhost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\files\env\jdk1.8.0_73x64\jdk1.8.0_73x64\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Perl64\site\bin;C:\Perl64\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.1\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.1\libnvvp;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\TortoiseGit\bin;C:\files\env\jdk1.8.0_73x64\jdk1.8.0_73x64\bin;C:\files\env\jdk1.8.0_73x64\jdk1.8.0_73x64\jre\bin;C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2\plugins\maven\lib\maven3\bin;C:\Program Files\Git\bin;C:\Program Files\Git\cmd;C:\Program Files\MySQL\MySQL Utilities 1.6\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\erl9.1\lib\rabbitmq_server-3.6.12\sbin;C:\Python27;C:\Program Files\R\R-3.4.3\bin;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\nodejs\;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v140;C:\Users\92039\AppData\Local\Programs\Python\Python36\Scripts;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\files\env\curl-7.59.0-win32-mingw\bin;C:\files\env\gradle-4.6\bin;C:\files\13AI\OpenCV\opencv\build\x64\vc14\bin;C:\files\13AI\人体检测\OpenPose_demo_1.0.1\OpenPose_demo_1.0.1\bin;C:\files\13AI\OpenCV\opencv\build\java\x64;C:\Users\92039\AppData\Local\Android\Sdk\platform-tools;C:\files\env\php\php;C:\files\env\php\php\ext;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\files\01.document\04.strom\env\apache-storm-1.2.2\bin;C:\files\env\apache-ant-1.9.13\bin;C:\Perl64\bin;C:\Users\92039\AppData\Local\Programs\Python\Python36\Scripts\;C:\Users\92039\AppData\Local\Programs\Python\Python36\;C:\Users\92039\AppData\Local\Microsoft\WindowsApps;C:\Users\92039\AppData\Local\atom\bin;C:\Users\92039\AppData\Roaming\npm;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;;.]
2018-09-16 19:55:42.678 INFO 1952 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2018-09-16 19:55:42.692 INFO 1952 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4939 ms
2018-09-16 19:55:43.480 INFO 1952 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2018-09-16 19:55:43.705 INFO 1952 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2018-09-16 19:55:43.715 INFO 1952 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2018-09-16 19:55:43.718 INFO 1952 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2018-09-16 19:55:43.730 INFO 1952 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2018-09-16 19:55:44.753 INFO 1952 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2018-09-16 19:55:45.371 INFO 1952 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-09-16 19:55:45.850 INFO 1952 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@536f2a7e: startup date [Sun Sep 16 19:55:37 CST 2018]; root of context hierarchy
2018-09-16 19:55:46.035 INFO 1952 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/index],methods=[GET]}" onto public java.lang.String com.sunducation.waterflow.controller.PageController.index()
2018-09-16 19:55:46.038 INFO 1952 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/uploads/excel],methods=[POST]}" onto public com.sunducation.waterflow.ResultMsg com.sunducation.waterflow.controller.UploadFileController.uploadImg(org.springframework.web.multipart.MultipartFile,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
2018-09-16 19:55:46.042 INFO 1952 --- [main] 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.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2018-09-16 19:55:46.044 INFO 1952 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2018-09-16 19:55:46.126 INFO 1952 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-09-16 19:55:46.130 INFO 1952 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-09-16 19:55:46.283 WARN 1952 --- [main] org.thymeleaf.templatemode.TemplateMode : [THYMELEAF][main] Template Mode 'HTML5' is deprecated. Using Template Mode 'HTML' instead.
2018-09-16 19:55:46.435 INFO 1952 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2018-09-16 19:55:46.880 INFO 1952 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2018-09-16 19:55:46.881 INFO 1952 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'waterflowDataSource' has been autodetected for JMX exposure
2018-09-16 19:55:46.891 INFO 1952 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'waterflowDataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=waterflowDataSource,type=DruidDataSource]
2018-09-16 19:55:46.965 INFO 1952 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 7001 (http) with context path ''
2018-09-16 19:55:46.974 INFO 1952 --- [main] c.s.waterflow.ExcelImportApplication : Started ExcelImportApplication in 10.504 seconds (JVM running for 11.457)
2018-09-16 19:56:36.377 INFO 9596 --- [main] c.s.waterflow.ExcelImportApplication : Starting ExcelImportApplication on DESKTOP-DM6MBOE with PID 9596 (C:\files\02.project\excelimport\target\classes started by 92039 in C:\files\02.project\excelimport)
2018-09-16 19:56:36.384 INFO 9596 --- [main] c.s.waterflow.ExcelImportApplication : No active profile set, falling back to default profiles: default
2018-09-16 19:56:36.537 INFO 9596 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4e5ed836: startup date [Sun Sep 16 19:56:36 CST 2018]; root of context hierarchy
2018-09-16 19:56:37.918 WARN 9596 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.suneducation.waterflow.dao.mapper]' package. Please check your configuration.
2018-09-16 19:56:39.909 INFO 9596 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 7001 (http)
2018-09-16 19:56:39.972 INFO 9596 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2018-09-16 19:56:39.973 INFO 9596 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.31
2018-09-16 19:56:39.989 INFO 9596 --- [localhost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\files\env\jdk1.8.0_73x64\jdk1.8.0_73x64\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Perl64\site\bin;C:\Perl64\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.1\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.1\libnvvp;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\TortoiseGit\bin;C:\files\env\jdk1.8.0_73x64\jdk1.8.0_73x64\bin;C:\files\env\jdk1.8.0_73x64\jdk1.8.0_73x64\jre\bin;C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2\plugins\maven\lib\maven3\bin;C:\Program Files\Git\bin;C:\Program Files\Git\cmd;C:\Program Files\MySQL\MySQL Utilities 1.6\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\erl9.1\lib\rabbitmq_server-3.6.12\sbin;C:\Python27;C:\Program Files\R\R-3.4.3\bin;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\nodejs\;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v140;C:\Users\92039\AppData\Local\Programs\Python\Python36\Scripts;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\files\env\curl-7.59.0-win32-mingw\bin;C:\files\env\gradle-4.6\bin;C:\files\13AI\OpenCV\opencv\build\x64\vc14\bin;C:\files\13AI\人体检测\OpenPose_demo_1.0.1\OpenPose_demo_1.0.1\bin;C:\files\13AI\OpenCV\opencv\build\java\x64;C:\Users\92039\AppData\Local\Android\Sdk\platform-tools;C:\files\env\php\php;C:\files\env\php\php\ext;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\files\01.document\04.strom\env\apache-storm-1.2.2\bin;C:\files\env\apache-ant-1.9.13\bin;C:\Perl64\bin;C:\Users\92039\AppData\Local\Programs\Python\Python36\Scripts\;C:\Users\92039\AppData\Local\Programs\Python\Python36\;C:\Users\92039\AppData\Local\Microsoft\WindowsApps;C:\Users\92039\AppData\Local\atom\bin;C:\Users\92039\AppData\Roaming\npm;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;;.]
2018-09-16 19:56:40.387 INFO 9596 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2018-09-16 19:56:40.389 INFO 9596 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3852 ms
2018-09-16 19:56:40.686 INFO 9596 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2018-09-16 19:56:40.698 INFO 9596 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2018-09-16 19:56:40.699 INFO 9596 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2018-09-16 19:56:40.700 INFO 9596 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2018-09-16 19:56:40.700 INFO 9596 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2018-09-16 19:56:41.547 INFO 9596 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2018-09-16 19:56:42.065 INFO 9596 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-09-16 19:56:42.505 INFO 9596 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4e5ed836: startup date [Sun Sep 16 19:56:36 CST 2018]; root of context hierarchy
2018-09-16 19:56:42.660 INFO 9596 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/index],methods=[GET]}" onto public java.lang.String com.sunducation.waterflow.controller.PageController.index()
2018-09-16 19:56:42.663 INFO 9596 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/uploads/excel],methods=[POST]}" onto public com.sunducation.waterflow.ResultMsg com.sunducation.waterflow.controller.UploadFileController.uploadImg(org.springframework.web.multipart.MultipartFile,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
2018-09-16 19:56:42.671 INFO 9596 --- [main] 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.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2018-09-16 19:56:42.672 INFO 9596 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2018-09-16 19:56:42.739 INFO 9596 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-09-16 19:56:42.739 INFO 9596 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-09-16 19:56:42.920 WARN 9596 --- [main] org.thymeleaf.templatemode.TemplateMode : [THYMELEAF][main] Template Mode 'HTML5' is deprecated. Using Template Mode 'HTML' instead.
2018-09-16 19:56:43.049 INFO 9596 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2018-09-16 19:56:43.508 INFO 9596 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2018-09-16 19:56:43.510 INFO 9596 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'waterflowDataSource' has been autodetected for JMX exposure
2018-09-16 19:56:43.527 INFO 9596 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'waterflowDataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=waterflowDataSource,type=DruidDataSource]
2018-09-16 19:56:43.608 INFO 9596 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 7001 (http) with context path ''
2018-09-16 19:56:43.617 INFO 9596 --- [main] c.s.waterflow.ExcelImportApplication : Started ExcelImportApplication in 8.69 seconds (JVM running for 9.947)
2018-09-16 19:57:07.182 INFO 9596 --- [http-nio-7001-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
2018-09-16 19:57:07.182 INFO 9596 --- [http-nio-7001-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
2018-09-16 19:57:07.214 INFO 9596 --- [http-nio-7001-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 31 ms
2018-09-16 19:58:38.619 INFO 13320 --- [main] c.s.waterflow.ExcelImportApplication : Starting ExcelImportApplication on DESKTOP-DM6MBOE with PID 13320 (C:\files\02.project\excelimport\target\classes started by 92039 in C:\files\02.project\excelimport)
2018-09-16 19:58:38.625 INFO 13320 --- [main] c.s.waterflow.ExcelImportApplication : No active profile set, falling back to default profiles: default
2018-09-16 19:58:38.773 INFO 13320 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@65987993: startup date [Sun Sep 16 19:58:38 CST 2018]; root of context hierarchy
2018-09-16 19:58:40.459 WARN 13320 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.suneducation.waterflow.dao.mapper]' package. Please check your configuration.
2018-09-16 19:58:42.223 INFO 13320 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 7001 (http)
2018-09-16 19:58:42.279 INFO 13320 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2018-09-16 19:58:42.281 INFO 13320 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.31
2018-09-16 19:58:42.296 INFO 13320 --- [localhost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\files\env\jdk1.8.0_73x64\jdk1.8.0_73x64\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Perl64\site\bin;C:\Perl64\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.1\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.1\libnvvp;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\TortoiseGit\bin;C:\files\env\jdk1.8.0_73x64\jdk1.8.0_73x64\bin;C:\files\env\jdk1.8.0_73x64\jdk1.8.0_73x64\jre\bin;C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2\plugins\maven\lib\maven3\bin;C:\Program Files\Git\bin;C:\Program Files\Git\cmd;C:\Program Files\MySQL\MySQL Utilities 1.6\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\erl9.1\lib\rabbitmq_server-3.6.12\sbin;C:\Python27;C:\Program Files\R\R-3.4.3\bin;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\nodejs\;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v140;C:\Users\92039\AppData\Local\Programs\Python\Python36\Scripts;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\files\env\curl-7.59.0-win32-mingw\bin;C:\files\env\gradle-4.6\bin;C:\files\13AI\OpenCV\opencv\build\x64\vc14\bin;C:\files\13AI\人体检测\OpenPose_demo_1.0.1\OpenPose_demo_1.0.1\bin;C:\files\13AI\OpenCV\opencv\build\java\x64;C:\Users\92039\AppData\Local\Android\Sdk\platform-tools;C:\files\env\php\php;C:\files\env\php\php\ext;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\files\01.document\04.strom\env\apache-storm-1.2.2\bin;C:\files\env\apache-ant-1.9.13\bin;C:\Perl64\bin;C:\Users\92039\AppData\Local\Programs\Python\Python36\Scripts\;C:\Users\92039\AppData\Local\Programs\Python\Python36\;C:\Users\92039\AppData\Local\Microsoft\WindowsApps;C:\Users\92039\AppData\Local\atom\bin;C:\Users\92039\AppData\Roaming\npm;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;;.]
2018-09-16 19:58:42.629 INFO 13320 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2018-09-16 19:58:42.630 INFO 13320 --- [localhost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3857 ms
2018-09-16 19:58:42.920 INFO 13320 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2018-09-16 19:58:42.931 INFO 13320 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2018-09-16 19:58:42.932 INFO 13320 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2018-09-16 19:58:42.932 INFO 13320 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2018-09-16 19:58:42.932 INFO 13320 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2018-09-16 19:58:43.788 INFO 13320 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2018-09-16 19:58:44.389 INFO 13320 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-09-16 19:58:44.910 INFO 13320 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@65987993: startup date [Sun Sep 16 19:58:38 CST 2018]; root of context hierarchy
2018-09-16 19:58:45.057 INFO 13320 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/index],methods=[GET]}" onto public java.lang.String com.sunducation.waterflow.controller.PageController.index()
2018-09-16 19:58:45.059 INFO 13320 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/uploads/excel],methods=[POST]}" onto public com.sunducation.waterflow.ResultMsg com.sunducation.waterflow.controller.UploadFileController.uploadImg(org.springframework.web.multipart.MultipartFile,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
2018-09-16 19:58:45.065 INFO 13320 --- [main] 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.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
2018-09-16 19:58:45.066 INFO 13320 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2018-09-16 19:58:45.139 INFO 13320 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-09-16 19:58:45.140 INFO 13320 --- [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-09-16 19:58:45.283 WARN 13320 --- [main] org.thymeleaf.templatemode.TemplateMode : [THYMELEAF][main] Template Mode 'HTML5' is deprecated. Using Template Mode 'HTML' instead.
2018-09-16 19:58:45.422 INFO 13320 --- [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2018-09-16 19:58:45.890 INFO 13320 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2018-09-16 19:58:45.891 INFO 13320 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'waterflowDataSource' has been autodetected for JMX exposure
2018-09-16 19:58:45.898 INFO 13320 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'waterflowDataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=waterflowDataSource,type=DruidDataSource]
2018-09-16 19:58:45.968 INFO 13320 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 7001 (http) with context path ''
2018-09-16 19:58:45.978 INFO 13320 --- [main] c.s.waterflow.ExcelImportApplication : Started ExcelImportApplication in 8.66 seconds (JVM running for 10.236)
2018-09-16 19:58:56.549 INFO 13320 --- [http-nio-7001-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
2018-09-16 19:58:56.550 INFO 13320 --- [http-nio-7001-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
2018-09-16 19:58:56.590 INFO 13320 --- [http-nio-7001-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 40 ms
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。