加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
his.log 86.85 KB
一键复制 编辑 原始数据 按行查看 历史
mahongsheng 提交于 2019-09-19 08:48 . 完成项目
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603
2019-09-19 00:02:06.850 INFO 11604 --- [restartedMain] com.neu.his.HisApplication : Starting HisApplication on LAPTOP-ICT3KM42 with PID 11604 (C:\Users\lenovo\Desktop\JavaWebDesign\his\target\classes started by lenovo in C:\Users\lenovo\Desktop\JavaWebDesign\his)
2019-09-19 00:02:06.862 INFO 11604 --- [restartedMain] com.neu.his.HisApplication : No active profile set, falling back to default profiles: default
2019-09-19 00:02:09.585 INFO 11604 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d1db557f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-09-19 00:02:10.006 INFO 11604 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8888 (http)
2019-09-19 00:02:10.008 INFO 11604 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-09-19 00:02:10.009 INFO 11604 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
2019-09-19 00:02:10.108 INFO 11604 --- [restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-09-19 00:02:10.109 INFO 11604 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3238 ms
2019-09-19 00:02:10.950 INFO 11604 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-09-19 00:02:10.978 INFO 11604 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-09-19 00:02:11.034 INFO 11604 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2019-09-19 00:02:12.903 INFO 11604 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2019-09-19 00:02:12.906 INFO 11604 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2019-09-19 00:02:12.915 INFO 11604 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2019-09-19 00:02:13.091 INFO 11604 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8888 (http) with context path ''
2019-09-19 00:02:13.092 INFO 11604 --- [restartedMain] com.neu.his.HisApplication : Started HisApplication in 6.362 seconds (JVM running for 12786.465)
2019-09-19 00:02:13.096 INFO 11604 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
2019-09-19 00:04:27.795 INFO 11604 --- [http-nio-8888-exec-1] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-09-19 00:04:27.797 INFO 11604 --- [http-nio-8888-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-09-19 00:04:27.807 INFO 11604 --- [http-nio-8888-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms
2019-09-19 00:04:32.583 INFO 11604 --- [http-nio-8888-exec-5] com.neu.his.web.LoginController : 登录验证中
2019-09-19 00:04:32.595 INFO 11604 --- [http-nio-8888-exec-5] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Starting...
2019-09-19 00:04:32.657 INFO 11604 --- [http-nio-8888-exec-5] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Start completed.
2019-09-19 00:04:32.663 INFO 11604 --- [http-nio-8888-exec-5] com.neu.his.web.LoginController : 登录成功
2019-09-19 00:04:32.672 INFO 11604 --- [http-nio-8888-exec-6] com.neu.his.web.IndexController : 验证cookie,进入主界面
2019-09-19 00:05:20.512 INFO 11604 --- [Thread-55] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-09-19 00:05:20.514 INFO 11604 --- [Thread-55] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Shutdown initiated...
2019-09-19 00:05:20.540 INFO 11604 --- [Thread-55] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Shutdown completed.
2019-09-19 00:05:21.695 INFO 11604 --- [restartedMain] com.neu.his.HisApplication : Starting HisApplication on LAPTOP-ICT3KM42 with PID 11604 (C:\Users\lenovo\Desktop\JavaWebDesign\his\target\classes started by lenovo in C:\Users\lenovo\Desktop\JavaWebDesign\his)
2019-09-19 00:05:21.696 INFO 11604 --- [restartedMain] com.neu.his.HisApplication : No active profile set, falling back to default profiles: default
2019-09-19 00:05:24.326 INFO 11604 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d1db557f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-09-19 00:05:24.978 INFO 11604 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8888 (http)
2019-09-19 00:05:24.981 INFO 11604 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-09-19 00:05:24.982 INFO 11604 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
2019-09-19 00:05:25.120 INFO 11604 --- [restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-09-19 00:05:25.121 INFO 11604 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3416 ms
2019-09-19 00:05:26.574 INFO 11604 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-09-19 00:05:26.645 INFO 11604 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-09-19 00:05:26.745 INFO 11604 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2019-09-19 00:05:29.225 INFO 11604 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2019-09-19 00:05:29.234 INFO 11604 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2019-09-19 00:05:29.246 INFO 11604 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2019-09-19 00:05:29.894 INFO 11604 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8888 (http) with context path ''
2019-09-19 00:05:29.895 INFO 11604 --- [restartedMain] com.neu.his.HisApplication : Started HisApplication in 8.392 seconds (JVM running for 12983.267)
2019-09-19 00:05:29.958 INFO 11604 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
2019-09-19 00:05:39.444 INFO 11604 --- [Thread-64] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-09-19 00:05:41.032 INFO 11604 --- [restartedMain] com.neu.his.HisApplication : Starting HisApplication on LAPTOP-ICT3KM42 with PID 11604 (C:\Users\lenovo\Desktop\JavaWebDesign\his\target\classes started by lenovo in C:\Users\lenovo\Desktop\JavaWebDesign\his)
2019-09-19 00:05:41.033 INFO 11604 --- [restartedMain] com.neu.his.HisApplication : No active profile set, falling back to default profiles: default
2019-09-19 00:05:43.657 INFO 11604 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d1db557f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-09-19 00:05:44.101 INFO 11604 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8888 (http)
2019-09-19 00:05:44.103 INFO 11604 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-09-19 00:05:44.104 INFO 11604 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
2019-09-19 00:05:44.217 INFO 11604 --- [restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-09-19 00:05:44.218 INFO 11604 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3173 ms
2019-09-19 00:05:45.584 INFO 11604 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-09-19 00:05:45.664 INFO 11604 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-09-19 00:05:45.848 INFO 11604 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2019-09-19 00:05:48.463 INFO 11604 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2019-09-19 00:05:48.465 INFO 11604 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2019-09-19 00:05:48.473 INFO 11604 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2019-09-19 00:05:48.694 INFO 11604 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8888 (http) with context path ''
2019-09-19 00:05:48.694 INFO 11604 --- [restartedMain] com.neu.his.HisApplication : Started HisApplication in 7.8 seconds (JVM running for 13002.067)
2019-09-19 00:05:48.699 INFO 11604 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
2019-09-19 00:05:52.853 INFO 11604 --- [http-nio-8888-exec-1] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-09-19 00:05:52.854 INFO 11604 --- [http-nio-8888-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-09-19 00:05:52.861 INFO 11604 --- [http-nio-8888-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
2019-09-19 00:06:42.990 INFO 11604 --- [http-nio-8888-exec-6] com.neu.his.web.IndexController : 验证cookie,进入主界面
2019-09-19 00:06:58.047 INFO 804 --- [restartedMain] com.neu.his.HisApplication : Starting HisApplication on LAPTOP-ICT3KM42 with PID 804 (C:\Users\lenovo\Desktop\JavaWebDesign\his\target\classes started by lenovo in C:\Users\lenovo\Desktop\JavaWebDesign\his)
2019-09-19 00:06:58.054 INFO 804 --- [restartedMain] com.neu.his.HisApplication : No active profile set, falling back to default profiles: default
2019-09-19 00:06:58.218 INFO 804 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-09-19 00:06:58.222 INFO 804 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-09-19 00:07:03.733 INFO 804 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$fabddcd5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-09-19 00:07:04.558 INFO 804 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8888 (http)
2019-09-19 00:07:04.612 INFO 804 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-09-19 00:07:04.612 INFO 804 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
2019-09-19 00:07:04.971 INFO 804 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-09-19 00:07:04.972 INFO 804 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 6750 ms
2019-09-19 00:07:07.449 INFO 804 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-09-19 00:07:07.568 INFO 804 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-09-19 00:07:07.797 INFO 804 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2019-09-19 00:07:09.679 INFO 804 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2019-09-19 00:07:09.722 INFO 804 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2019-09-19 00:07:09.755 INFO 804 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2019-09-19 00:07:10.523 INFO 804 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8888 (http) with context path ''
2019-09-19 00:07:10.530 INFO 804 --- [restartedMain] com.neu.his.HisApplication : Started HisApplication in 13.639 seconds (JVM running for 17.29)
2019-09-19 00:08:04.669 INFO 804 --- [http-nio-8888-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-09-19 00:08:04.670 INFO 804 --- [http-nio-8888-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-09-19 00:08:04.691 INFO 804 --- [http-nio-8888-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 20 ms
2019-09-19 00:15:10.511 INFO 804 --- [http-nio-8888-exec-1] com.neu.his.web.LoginController : 登录验证中
2019-09-19 00:15:10.659 INFO 804 --- [http-nio-8888-exec-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-09-19 00:15:11.783 INFO 804 --- [http-nio-8888-exec-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-09-19 00:15:11.858 INFO 804 --- [http-nio-8888-exec-1] com.neu.his.web.LoginController : 登录成功
2019-09-19 00:15:11.869 INFO 804 --- [http-nio-8888-exec-6] com.neu.his.web.IndexController : 验证cookie,进入主界面
2019-09-19 00:15:17.099 INFO 804 --- [http-nio-8888-exec-1] com.neu.his.web.RegistrationController : 得到所有科室的名称
2019-09-19 00:15:17.100 INFO 804 --- [http-nio-8888-exec-3] com.neu.his.web.RegistrationController : 找到最大可用发票号
2019-09-19 00:15:17.206 INFO 804 --- [http-nio-8888-exec-10] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 00:30:10.542 INFO 804 --- [http-nio-8888-exec-6] com.neu.his.web.IndexController : 验证cookie,进入主界面
2019-09-19 00:30:26.753 INFO 2004 --- [restartedMain] com.neu.his.HisApplication : Starting HisApplication on LAPTOP-ICT3KM42 with PID 2004 (C:\Users\lenovo\Desktop\JavaWebDesign\his\target\classes started by lenovo in C:\Users\lenovo\Desktop\JavaWebDesign\his)
2019-09-19 00:30:26.757 INFO 2004 --- [restartedMain] com.neu.his.HisApplication : No active profile set, falling back to default profiles: default
2019-09-19 00:30:26.872 INFO 2004 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-09-19 00:30:26.872 INFO 2004 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-09-19 00:30:31.346 INFO 2004 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$787544bd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-09-19 00:30:32.807 INFO 2004 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8888 (http)
2019-09-19 00:30:32.961 INFO 2004 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-09-19 00:30:32.973 INFO 2004 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
2019-09-19 00:30:33.690 INFO 2004 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-09-19 00:30:33.691 INFO 2004 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 6818 ms
2019-09-19 00:30:37.164 INFO 2004 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-09-19 00:30:37.262 INFO 2004 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-09-19 00:30:37.465 INFO 2004 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2019-09-19 00:30:39.632 INFO 2004 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2019-09-19 00:30:39.666 INFO 2004 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2019-09-19 00:30:39.705 INFO 2004 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2019-09-19 00:30:40.696 INFO 2004 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8888 (http) with context path ''
2019-09-19 00:30:40.706 INFO 2004 --- [restartedMain] com.neu.his.HisApplication : Started HisApplication in 14.796 seconds (JVM running for 17.151)
2019-09-19 00:32:42.947 INFO 2004 --- [http-nio-8888-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-09-19 00:32:42.949 INFO 2004 --- [http-nio-8888-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-09-19 00:32:42.969 INFO 2004 --- [http-nio-8888-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 19 ms
2019-09-19 00:33:21.623 INFO 2004 --- [http-nio-8888-exec-1] com.neu.his.web.LoginController : 登录验证中
2019-09-19 00:33:21.772 INFO 2004 --- [http-nio-8888-exec-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-09-19 00:33:22.810 INFO 2004 --- [http-nio-8888-exec-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-09-19 00:33:22.896 INFO 2004 --- [http-nio-8888-exec-1] com.neu.his.web.LoginController : 登录成功
2019-09-19 00:33:22.906 INFO 2004 --- [http-nio-8888-exec-8] com.neu.his.web.IndexController : 验证cookie,进入主界面
2019-09-19 00:33:32.122 INFO 2004 --- [http-nio-8888-exec-8] com.neu.his.web.IndexController : 验证cookie,进入主界面
2019-09-19 00:34:03.284 INFO 2004 --- [http-nio-8888-exec-3] com.neu.his.web.RegistrationController : 得到所有科室的名称
2019-09-19 00:34:03.285 INFO 2004 --- [http-nio-8888-exec-8] com.neu.his.web.RegistrationController : 找到最大可用发票号
2019-09-19 00:34:03.386 INFO 2004 --- [http-nio-8888-exec-1] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 00:34:08.133 INFO 2004 --- [http-nio-8888-exec-9] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 00:35:24.584 INFO 2004 --- [http-nio-8888-exec-3] com.neu.his.web.RegistrationController : 根据科室名称得到所有医生姓名
2019-09-19 00:35:26.419 INFO 2004 --- [http-nio-8888-exec-1] com.neu.his.web.RegistrationController : 得到该挂号级别对应的挂号金额
2019-09-19 00:35:26.419 INFO 2004 --- [http-nio-8888-exec-8] com.neu.his.web.RegistrationController : 根据科室名称得到所有医生姓名
2019-09-19 00:35:27.275 INFO 2004 --- [http-nio-8888-exec-9] com.neu.his.web.RegistrationController : 根据医生ID得到该医生初始挂号额和已挂号额
2019-09-19 00:35:29.634 INFO 2004 --- [http-nio-8888-exec-2] com.neu.his.web.RegistrationController : 挂号
2019-09-19 00:35:29.833 INFO 2004 --- [http-nio-8888-exec-3] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 00:35:29.834 INFO 2004 --- [http-nio-8888-exec-1] com.neu.his.web.RegistrationController : 找到最大可用发票号
2019-09-19 00:35:29.833 INFO 2004 --- [http-nio-8888-exec-8] com.neu.his.web.RegistrationController : 得到所有科室的名称
2019-09-19 00:36:02.274 INFO 2004 --- [http-nio-8888-exec-9] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 00:36:15.046 INFO 2004 --- [http-nio-8888-exec-2] com.neu.his.web.RegistrationController : 根据科室名称得到所有医生姓名
2019-09-19 00:36:19.346 INFO 2004 --- [http-nio-8888-exec-4] com.neu.his.web.RegistrationController : 得到该挂号级别对应的挂号金额
2019-09-19 00:36:19.348 INFO 2004 --- [http-nio-8888-exec-5] com.neu.his.web.RegistrationController : 根据科室名称得到所有医生姓名
2019-09-19 00:36:20.123 INFO 2004 --- [http-nio-8888-exec-7] com.neu.his.web.RegistrationController : 根据医生ID得到该医生初始挂号额和已挂号额
2019-09-19 00:36:22.864 INFO 2004 --- [http-nio-8888-exec-6] com.neu.his.web.RegistrationController : 挂号
2019-09-19 00:36:23.112 INFO 2004 --- [http-nio-8888-exec-2] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 00:36:23.118 INFO 2004 --- [http-nio-8888-exec-4] com.neu.his.web.RegistrationController : 得到所有科室的名称
2019-09-19 00:36:23.120 INFO 2004 --- [http-nio-8888-exec-5] com.neu.his.web.RegistrationController : 找到最大可用发票号
2019-09-19 00:36:39.852 INFO 2004 --- [http-nio-8888-exec-6] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 00:36:45.674 INFO 2004 --- [http-nio-8888-exec-10] com.neu.his.web.RegistrationController : 根据科室名称得到所有医生姓名
2019-09-19 00:36:51.099 INFO 2004 --- [http-nio-8888-exec-3] com.neu.his.web.RegistrationController : 根据医生ID得到该医生初始挂号额和已挂号额
2019-09-19 00:36:54.547 INFO 2004 --- [http-nio-8888-exec-1] com.neu.his.web.RegistrationController : 挂号
2019-09-19 00:36:54.660 INFO 2004 --- [http-nio-8888-exec-7] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 00:36:54.661 INFO 2004 --- [http-nio-8888-exec-6] com.neu.his.web.RegistrationController : 得到所有科室的名称
2019-09-19 00:36:54.665 INFO 2004 --- [http-nio-8888-exec-7] com.neu.his.web.RegistrationController : 找到最大可用发票号
2019-09-19 00:37:02.427 INFO 2004 --- [http-nio-8888-exec-3] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 00:37:07.540 INFO 2004 --- [http-nio-8888-exec-1] com.neu.his.web.RegistrationController : 根据科室名称得到所有医生姓名
2019-09-19 00:37:10.032 INFO 2004 --- [http-nio-8888-exec-8] com.neu.his.web.RegistrationController : 根据医生ID得到该医生初始挂号额和已挂号额
2019-09-19 00:37:12.039 INFO 2004 --- [http-nio-8888-exec-9] com.neu.his.web.RegistrationController : 挂号
2019-09-19 00:37:12.178 INFO 2004 --- [http-nio-8888-exec-6] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 00:37:12.183 INFO 2004 --- [http-nio-8888-exec-1] com.neu.his.web.RegistrationController : 找到最大可用发票号
2019-09-19 00:37:12.180 INFO 2004 --- [http-nio-8888-exec-3] com.neu.his.web.RegistrationController : 得到所有科室的名称
2019-09-19 00:37:41.667 INFO 2004 --- [http-nio-8888-exec-5] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 00:37:41.667 INFO 2004 --- [http-nio-8888-exec-2] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 00:37:51.612 INFO 2004 --- [http-nio-8888-exec-4] com.neu.his.web.RegistrationController : 退号
2019-09-19 00:37:51.678 INFO 2004 --- [http-nio-8888-exec-10] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 00:39:18.845 INFO 2004 --- [http-nio-8888-exec-10] com.neu.his.web.ClinicController : 根据医生ID找到挂号到该医生的未诊断患者信息
2019-09-19 00:39:18.845 INFO 2004 --- [http-nio-8888-exec-7] com.neu.his.web.ClinicController : 根据医生ID找到挂号到该医生的已诊断患者信息
2019-09-19 00:39:29.490 INFO 2004 --- [http-nio-8888-exec-3] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 00:39:29.492 INFO 2004 --- [http-nio-8888-exec-8] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 00:39:32.488 INFO 2004 --- [http-nio-8888-exec-9] com.neu.his.web.RegistrationController : 退号
2019-09-19 00:39:32.534 INFO 2004 --- [http-nio-8888-exec-2] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 00:39:34.770 INFO 2004 --- [http-nio-8888-exec-5] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 00:39:37.001 INFO 2004 --- [http-nio-8888-exec-4] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 00:39:39.017 INFO 2004 --- [http-nio-8888-exec-7] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 00:39:43.342 INFO 2004 --- [http-nio-8888-exec-9] com.neu.his.web.ClinicController : 根据医生ID找到挂号到该医生的未诊断患者信息
2019-09-19 00:39:43.342 INFO 2004 --- [http-nio-8888-exec-2] com.neu.his.web.ClinicController : 根据医生ID找到挂号到该医生的已诊断患者信息
2019-09-19 00:40:13.717 INFO 2004 --- [http-nio-8888-exec-5] com.neu.his.web.IndexController : 验证cookie,进入主界面
2019-09-19 00:40:16.262 INFO 2004 --- [http-nio-8888-exec-5] com.neu.his.web.ClinicController : 根据医生ID找到挂号到该医生的未诊断患者信息
2019-09-19 00:40:16.263 INFO 2004 --- [http-nio-8888-exec-3] com.neu.his.web.ClinicController : 根据医生ID找到挂号到该医生的已诊断患者信息
2019-09-19 00:40:20.618 INFO 2004 --- [http-nio-8888-exec-9] com.neu.his.web.ClinicController : 根据病历号得到该患者的一些信息
2019-09-19 00:40:29.198 INFO 2004 --- [http-nio-8888-exec-10] com.neu.his.web.ClinicController : 模糊匹配疾病类型
2019-09-19 00:40:29.373 INFO 2004 --- [http-nio-8888-exec-6] com.neu.his.web.ClinicController : 模糊匹配疾病类型
2019-09-19 00:40:29.469 INFO 2004 --- [http-nio-8888-exec-1] com.neu.his.web.ClinicController : 模糊匹配疾病类型
2019-09-19 00:40:29.514 INFO 2004 --- [http-nio-8888-exec-4] com.neu.his.web.ClinicController : 模糊匹配疾病类型
2019-09-19 00:40:29.665 INFO 2004 --- [http-nio-8888-exec-8] com.neu.his.web.ClinicController : 模糊匹配疾病类型
2019-09-19 00:40:29.733 INFO 2004 --- [http-nio-8888-exec-2] com.neu.his.web.ClinicController : 模糊匹配疾病类型
2019-09-19 00:40:29.860 INFO 2004 --- [http-nio-8888-exec-5] com.neu.his.web.ClinicController : 模糊匹配疾病类型
2019-09-19 00:40:30.065 INFO 2004 --- [http-nio-8888-exec-7] com.neu.his.web.ClinicController : 模糊匹配疾病类型
2019-09-19 00:40:30.961 INFO 2004 --- [http-nio-8888-exec-3] com.neu.his.web.ClinicController : 模糊匹配疾病类型
2019-09-19 00:40:34.098 INFO 2004 --- [http-nio-8888-exec-9] com.neu.his.web.ClinicController : 模糊匹配疾病
2019-09-19 00:42:21.431 INFO 2004 --- [http-nio-8888-exec-5] com.neu.his.web.ClinicController : 模糊匹配药品
2019-09-19 00:42:22.026 INFO 2004 --- [http-nio-8888-exec-7] com.neu.his.web.ClinicController : 找特定的药品
2019-09-19 00:42:22.450 INFO 2004 --- [http-nio-8888-exec-3] com.neu.his.web.ClinicController : 找特定的药品
2019-09-19 00:42:52.712 INFO 2004 --- [http-nio-8888-exec-4] com.neu.his.web.ClinicController : 根据医生ID找到挂号到该医生的未诊断患者信息
2019-09-19 00:42:52.713 INFO 2004 --- [http-nio-8888-exec-2] com.neu.his.web.ClinicController : 根据医生ID找到挂号到该医生的已诊断患者信息
2019-09-19 00:43:01.002 INFO 2004 --- [http-nio-8888-exec-5] com.neu.his.web.ClinicController : 模糊匹配疾病类型
2019-09-19 00:43:01.257 INFO 2004 --- [http-nio-8888-exec-7] com.neu.his.web.ClinicController : 模糊匹配疾病类型
2019-09-19 00:43:01.378 INFO 2004 --- [http-nio-8888-exec-3] com.neu.his.web.ClinicController : 模糊匹配疾病类型
2019-09-19 00:43:01.417 INFO 2004 --- [http-nio-8888-exec-9] com.neu.his.web.ClinicController : 模糊匹配疾病类型
2019-09-19 00:43:01.571 INFO 2004 --- [http-nio-8888-exec-1] com.neu.his.web.ClinicController : 模糊匹配疾病类型
2019-09-19 00:43:01.634 INFO 2004 --- [http-nio-8888-exec-10] com.neu.his.web.ClinicController : 模糊匹配疾病类型
2019-09-19 00:43:01.733 INFO 2004 --- [http-nio-8888-exec-6] com.neu.his.web.ClinicController : 模糊匹配疾病类型
2019-09-19 00:43:01.880 INFO 2004 --- [http-nio-8888-exec-8] com.neu.his.web.ClinicController : 模糊匹配疾病类型
2019-09-19 00:43:03.290 INFO 2004 --- [http-nio-8888-exec-2] com.neu.his.web.ClinicController : 模糊匹配疾病类型
2019-09-19 00:43:06.755 INFO 2004 --- [http-nio-8888-exec-4] com.neu.his.web.ClinicController : 模糊匹配疾病
2019-09-19 00:43:39.212 INFO 2004 --- [http-nio-8888-exec-3] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 00:43:39.215 INFO 2004 --- [http-nio-8888-exec-9] com.neu.his.web.RegistrationController : 根据病历号得到所有处方明细
2019-09-19 00:43:52.596 INFO 2004 --- [http-nio-8888-exec-10] com.neu.his.web.RegistrationController : 找到最大可用发票号
2019-09-19 00:43:52.603 INFO 2004 --- [http-nio-8888-exec-1] com.neu.his.web.RegistrationController : 根据处方明细ID得到应收金额
2019-09-19 00:45:17.684 INFO 2004 --- [http-nio-8888-exec-5] com.neu.his.web.DrugController : 得到所有已缴费未开药的处方明细
2019-09-19 00:45:23.288 INFO 2004 --- [http-nio-8888-exec-7] com.neu.his.web.DrugController : 得到所有已缴费未开药的处方明细
2019-09-19 00:45:27.322 INFO 2004 --- [http-nio-8888-exec-3] com.neu.his.web.DrugController : 得到所有已缴费未开药的处方明细
2019-09-19 00:45:28.008 INFO 2004 --- [http-nio-8888-exec-9] com.neu.his.web.DrugController : 得到所有已缴费未开药的处方明细
2019-09-19 00:45:28.170 INFO 2004 --- [http-nio-8888-exec-10] com.neu.his.web.DrugController : 得到所有已缴费未开药的处方明细
2019-09-19 00:45:28.337 INFO 2004 --- [http-nio-8888-exec-1] com.neu.his.web.DrugController : 得到所有已缴费未开药的处方明细
2019-09-19 00:45:34.754 INFO 2004 --- [http-nio-8888-exec-2] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 00:45:34.756 INFO 2004 --- [http-nio-8888-exec-4] com.neu.his.web.RegistrationController : 根据病历号得到所有处方明细
2019-09-19 00:45:36.746 INFO 2004 --- [http-nio-8888-exec-5] com.neu.his.web.RegistrationController : 根据处方明细ID得到应收金额
2019-09-19 00:45:36.747 INFO 2004 --- [http-nio-8888-exec-7] com.neu.his.web.RegistrationController : 找到最大可用发票号
2019-09-19 00:45:42.062 INFO 2004 --- [http-nio-8888-exec-3] com.neu.his.web.RegistrationController : 收费
2019-09-19 00:45:42.116 INFO 2004 --- [http-nio-8888-exec-10] com.neu.his.web.RegistrationController : 根据病历号得到所有处方明细
2019-09-19 00:45:42.116 INFO 2004 --- [http-nio-8888-exec-9] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 00:45:50.028 INFO 2004 --- [http-nio-8888-exec-8] com.neu.his.web.DrugController : 得到所有已缴费未开药的处方明细
2019-09-19 00:46:02.491 INFO 2004 --- [http-nio-8888-exec-2] com.neu.his.web.DrugController : 医生发药
2019-09-19 00:46:02.517 INFO 2004 --- [http-nio-8888-exec-4] com.neu.his.web.DrugController : 得到所有已缴费未开药的处方明细
2019-09-19 00:47:18.987 INFO 2004 --- [http-nio-8888-exec-8] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 00:47:18.990 INFO 2004 --- [http-nio-8888-exec-2] com.neu.his.web.RegistrationController : 得到所有科室的名称
2019-09-19 00:47:18.993 INFO 2004 --- [http-nio-8888-exec-4] com.neu.his.web.RegistrationController : 找到最大可用发票号
2019-09-19 00:49:38.064 INFO 2004 --- [http-nio-8888-exec-6] com.neu.his.web.RegistrationController : 根据处方明细ID得到应收金额
2019-09-19 00:49:38.065 INFO 2004 --- [http-nio-8888-exec-8] com.neu.his.web.RegistrationController : 找到最大可用发票号
2019-09-19 00:59:43.811 INFO 2004 --- [http-nio-8888-exec-1] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 00:59:43.812 INFO 2004 --- [http-nio-8888-exec-6] com.neu.his.web.RegistrationController : 得到所有科室的名称
2019-09-19 00:59:43.814 INFO 2004 --- [http-nio-8888-exec-8] com.neu.his.web.RegistrationController : 找到最大可用发票号
2019-09-19 01:00:27.275 INFO 2004 --- [http-nio-8888-exec-7] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 01:00:27.278 INFO 2004 --- [http-nio-8888-exec-5] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 01:01:00.354 INFO 2004 --- [http-nio-8888-exec-1] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 01:01:00.356 INFO 2004 --- [http-nio-8888-exec-6] com.neu.his.web.RegistrationController : 根据病历号得到所有处方明细
2019-09-19 01:01:28.634 INFO 2004 --- [http-nio-8888-exec-3] com.neu.his.web.ClinicController : 根据医生ID找到挂号到该医生的未诊断患者信息
2019-09-19 01:01:28.634 INFO 2004 --- [http-nio-8888-exec-9] com.neu.his.web.ClinicController : 根据医生ID找到挂号到该医生的已诊断患者信息
2019-09-19 01:01:29.611 INFO 2004 --- [http-nio-8888-exec-10] com.neu.his.web.ClinicController : 根据病历号得到该患者的一些信息
2019-09-19 01:02:35.908 INFO 2004 --- [http-nio-8888-exec-8] com.neu.his.web.ClinicController : 模糊匹配药品
2019-09-19 01:02:36.464 INFO 2004 --- [http-nio-8888-exec-4] com.neu.his.web.ClinicController : 找特定的药品
2019-09-19 01:02:36.793 INFO 2004 --- [http-nio-8888-exec-2] com.neu.his.web.ClinicController : 找特定的药品
2019-09-19 01:03:46.560 INFO 2004 --- [http-nio-8888-exec-3] com.neu.his.web.DrugController : 得到所有已缴费未开药的处方明细
2019-09-19 04:23:42.306 WARN 2004 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=3h4m19s248ms825µs400ns).
2019-09-19 07:03:17.839 WARN 2004 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=2h39m40s341ms864µs200ns).
2019-09-19 07:41:28.367 INFO 2004 --- [Thread-27] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-09-19 07:41:28.380 INFO 2004 --- [Thread-27] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2019-09-19 07:41:28.405 INFO 2004 --- [Thread-27] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2019-09-19 07:41:30.455 INFO 2004 --- [restartedMain] com.neu.his.HisApplication : Starting HisApplication on LAPTOP-ICT3KM42 with PID 2004 (C:\Users\lenovo\Desktop\JavaWebDesign\his\target\classes started by lenovo in C:\Users\lenovo\Desktop\JavaWebDesign\his)
2019-09-19 07:41:30.456 INFO 2004 --- [restartedMain] com.neu.his.HisApplication : No active profile set, falling back to default profiles: default
2019-09-19 07:41:35.801 INFO 2004 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$787544bd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-09-19 07:41:36.575 INFO 2004 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8888 (http)
2019-09-19 07:41:36.578 INFO 2004 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-09-19 07:41:36.579 INFO 2004 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
2019-09-19 07:41:36.733 INFO 2004 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-09-19 07:41:36.733 INFO 2004 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 6267 ms
2019-09-19 07:41:40.546 INFO 2004 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-09-19 07:41:40.873 INFO 2004 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-09-19 07:41:41.140 INFO 2004 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2019-09-19 07:41:44.072 INFO 2004 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2019-09-19 07:41:44.075 INFO 2004 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2019-09-19 07:41:44.092 INFO 2004 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2019-09-19 07:41:44.695 INFO 2004 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8888 (http) with context path ''
2019-09-19 07:41:44.703 INFO 2004 --- [restartedMain] com.neu.his.HisApplication : Started HisApplication in 14.51 seconds (JVM running for 25885.96)
2019-09-19 07:41:44.718 INFO 2004 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
2019-09-19 07:41:44.924 INFO 2004 --- [http-nio-8888-exec-10] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-09-19 07:41:44.927 INFO 2004 --- [http-nio-8888-exec-10] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-09-19 07:41:44.948 INFO 2004 --- [http-nio-8888-exec-10] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms
2019-09-19 07:41:50.474 INFO 2004 --- [http-nio-8888-exec-4] com.neu.his.web.LoginController : 登录验证中
2019-09-19 07:41:50.491 INFO 2004 --- [http-nio-8888-exec-4] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting...
2019-09-19 07:41:50.509 INFO 2004 --- [http-nio-8888-exec-4] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed.
2019-09-19 07:41:50.520 INFO 2004 --- [http-nio-8888-exec-4] com.neu.his.web.LoginController : 登录成功
2019-09-19 07:41:50.549 INFO 2004 --- [http-nio-8888-exec-1] com.neu.his.web.IndexController : 验证cookie,进入主界面
2019-09-19 07:41:55.108 INFO 2004 --- [http-nio-8888-exec-1] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:41:55.108 INFO 2004 --- [http-nio-8888-exec-5] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:41:57.281 INFO 2004 --- [http-nio-8888-exec-9] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:41:57.282 INFO 2004 --- [http-nio-8888-exec-2] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:41:58.863 INFO 2004 --- [http-nio-8888-exec-8] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:41:58.863 INFO 2004 --- [http-nio-8888-exec-7] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:42:00.583 INFO 2004 --- [http-nio-8888-exec-10] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:42:00.578 INFO 2004 --- [http-nio-8888-exec-3] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:42:09.377 INFO 2004 --- [http-nio-8888-exec-1] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:42:09.377 INFO 2004 --- [http-nio-8888-exec-5] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:42:27.270 INFO 2004 --- [Thread-43] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-09-19 07:42:27.275 INFO 2004 --- [Thread-43] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown initiated...
2019-09-19 07:42:27.284 INFO 2004 --- [Thread-43] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown completed.
2019-09-19 07:42:28.916 INFO 2004 --- [restartedMain] com.neu.his.HisApplication : Starting HisApplication on LAPTOP-ICT3KM42 with PID 2004 (C:\Users\lenovo\Desktop\JavaWebDesign\his\target\classes started by lenovo in C:\Users\lenovo\Desktop\JavaWebDesign\his)
2019-09-19 07:42:28.917 INFO 2004 --- [restartedMain] com.neu.his.HisApplication : No active profile set, falling back to default profiles: default
2019-09-19 07:42:31.892 INFO 2004 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$787544bd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-09-19 07:42:32.322 INFO 2004 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8888 (http)
2019-09-19 07:42:32.325 INFO 2004 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-09-19 07:42:32.325 INFO 2004 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
2019-09-19 07:42:32.428 INFO 2004 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-09-19 07:42:32.429 INFO 2004 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3504 ms
2019-09-19 07:42:33.493 INFO 2004 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-09-19 07:42:33.520 INFO 2004 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-09-19 07:42:33.574 INFO 2004 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2019-09-19 07:42:35.309 INFO 2004 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2019-09-19 07:42:35.311 INFO 2004 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2019-09-19 07:42:35.319 INFO 2004 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2019-09-19 07:42:35.568 INFO 2004 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8888 (http) with context path ''
2019-09-19 07:42:35.569 INFO 2004 --- [restartedMain] com.neu.his.HisApplication : Started HisApplication in 6.772 seconds (JVM running for 25936.824)
2019-09-19 07:42:35.574 INFO 2004 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged
2019-09-19 07:43:57.750 INFO 2004 --- [http-nio-8888-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-09-19 07:43:57.751 INFO 2004 --- [http-nio-8888-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-09-19 07:43:57.763 INFO 2004 --- [http-nio-8888-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
2019-09-19 07:43:59.211 INFO 2004 --- [http-nio-8888-exec-3] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:43:59.211 INFO 2004 --- [http-nio-8888-exec-4] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:43:59.213 INFO 2004 --- [http-nio-8888-exec-3] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Starting...
2019-09-19 07:43:59.231 INFO 2004 --- [http-nio-8888-exec-3] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Start completed.
2019-09-19 07:44:01.061 INFO 2004 --- [http-nio-8888-exec-5] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:44:01.062 INFO 2004 --- [http-nio-8888-exec-6] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:44:02.351 INFO 2004 --- [http-nio-8888-exec-8] com.neu.his.web.IndexController : 验证cookie,进入主界面
2019-09-19 07:44:07.648 INFO 2004 --- [http-nio-8888-exec-6] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:44:07.650 INFO 2004 --- [http-nio-8888-exec-5] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:44:09.899 INFO 2004 --- [http-nio-8888-exec-1] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:44:09.899 INFO 2004 --- [http-nio-8888-exec-8] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:44:56.790 INFO 2004 --- [Thread-49] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-09-19 07:44:56.793 INFO 2004 --- [Thread-49] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Shutdown initiated...
2019-09-19 07:44:56.813 INFO 2004 --- [Thread-49] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Shutdown completed.
2019-09-19 07:44:58.833 INFO 2004 --- [restartedMain] com.neu.his.HisApplication : Starting HisApplication on LAPTOP-ICT3KM42 with PID 2004 (C:\Users\lenovo\Desktop\JavaWebDesign\his\target\classes started by lenovo in C:\Users\lenovo\Desktop\JavaWebDesign\his)
2019-09-19 07:44:58.834 INFO 2004 --- [restartedMain] com.neu.his.HisApplication : No active profile set, falling back to default profiles: default
2019-09-19 07:45:03.948 INFO 2004 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$787544bd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-09-19 07:45:05.847 INFO 2004 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8888 (http)
2019-09-19 07:45:05.851 INFO 2004 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-09-19 07:45:05.852 INFO 2004 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
2019-09-19 07:45:06.102 INFO 2004 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-09-19 07:45:06.103 INFO 2004 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 7246 ms
2019-09-19 07:45:07.739 WARN 2004 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'registrationController': Unsatisfied dependency expressed through field 'registrationManagement'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.neu.his.serviceInterface.RegistrationManagement' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
2019-09-19 07:45:07.742 INFO 2004 --- [restartedMain] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2019-09-19 07:45:07.816 INFO 2004 --- [restartedMain] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2019-09-19 07:45:09.492 ERROR 2004 --- [restartedMain] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
Field registrationManagement in com.neu.his.web.RegistrationController required a bean of type 'com.neu.his.serviceInterface.RegistrationManagement' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'com.neu.his.serviceInterface.RegistrationManagement' in your configuration.
2019-09-19 07:53:08.793 INFO 17920 --- [restartedMain] com.neu.his.HisApplication : Starting HisApplication on LAPTOP-ICT3KM42 with PID 17920 (C:\Users\lenovo\Desktop\JavaWebDesign\his\target\classes started by lenovo in C:\Users\lenovo\Desktop\JavaWebDesign\his)
2019-09-19 07:53:08.806 INFO 17920 --- [restartedMain] com.neu.his.HisApplication : No active profile set, falling back to default profiles: default
2019-09-19 07:53:08.951 INFO 17920 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-09-19 07:53:08.952 INFO 17920 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-09-19 07:53:14.392 INFO 17920 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4f2e0f7d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-09-19 07:53:15.447 INFO 17920 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8888 (http)
2019-09-19 07:53:15.503 INFO 17920 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-09-19 07:53:15.505 INFO 17920 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
2019-09-19 07:53:15.913 INFO 17920 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-09-19 07:53:15.913 INFO 17920 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 6960 ms
2019-09-19 07:53:18.524 INFO 17920 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-09-19 07:53:18.648 INFO 17920 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-09-19 07:53:18.864 INFO 17920 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2019-09-19 07:53:20.733 INFO 17920 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2019-09-19 07:53:20.768 INFO 17920 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2019-09-19 07:53:20.799 INFO 17920 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2019-09-19 07:53:21.511 INFO 17920 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8888 (http) with context path ''
2019-09-19 07:53:21.519 INFO 17920 --- [restartedMain] com.neu.his.HisApplication : Started HisApplication in 14.078 seconds (JVM running for 17.605)
2019-09-19 07:53:30.107 INFO 17920 --- [http-nio-8888-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-09-19 07:53:30.109 INFO 17920 --- [http-nio-8888-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-09-19 07:53:30.127 INFO 17920 --- [http-nio-8888-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 17 ms
2019-09-19 07:53:51.228 INFO 17920 --- [http-nio-8888-exec-7] com.neu.his.web.LoginController : 登录验证中
2019-09-19 07:53:51.337 INFO 17920 --- [http-nio-8888-exec-7] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-09-19 07:53:52.103 INFO 17920 --- [http-nio-8888-exec-7] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-09-19 07:53:52.165 INFO 17920 --- [http-nio-8888-exec-7] com.neu.his.web.LoginController : 登录成功
2019-09-19 07:53:52.185 INFO 17920 --- [http-nio-8888-exec-5] com.neu.his.web.IndexController : 验证cookie,进入主界面
2019-09-19 07:53:56.854 INFO 17920 --- [http-nio-8888-exec-2] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:53:56.854 INFO 17920 --- [http-nio-8888-exec-10] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:53:58.589 INFO 17920 --- [http-nio-8888-exec-7] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:53:58.590 INFO 17920 --- [http-nio-8888-exec-4] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:54:00.108 INFO 17920 --- [http-nio-8888-exec-9] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:54:00.109 INFO 17920 --- [http-nio-8888-exec-3] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:54:21.910 INFO 17920 --- [Thread-26] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-09-19 07:54:21.915 INFO 17920 --- [Thread-26] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2019-09-19 07:54:21.931 INFO 17920 --- [Thread-26] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2019-09-19 07:54:23.136 INFO 17920 --- [restartedMain] com.neu.his.HisApplication : Starting HisApplication on LAPTOP-ICT3KM42 with PID 17920 (C:\Users\lenovo\Desktop\JavaWebDesign\his\target\classes started by lenovo in C:\Users\lenovo\Desktop\JavaWebDesign\his)
2019-09-19 07:54:23.137 INFO 17920 --- [restartedMain] com.neu.his.HisApplication : No active profile set, falling back to default profiles: default
2019-09-19 07:54:26.594 INFO 17920 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4f2e0f7d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-09-19 07:54:28.369 INFO 17920 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8888 (http)
2019-09-19 07:54:28.373 INFO 17920 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-09-19 07:54:28.374 INFO 17920 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
2019-09-19 07:54:28.508 INFO 17920 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-09-19 07:54:28.508 INFO 17920 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 5363 ms
2019-09-19 07:54:32.084 WARN 17920 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'registrationController': Unsatisfied dependency expressed through field 'registrationManagement'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.neu.his.serviceInterface.RegistrationManagement' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
2019-09-19 07:54:32.091 INFO 17920 --- [restartedMain] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2019-09-19 07:54:32.123 INFO 17920 --- [restartedMain] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2019-09-19 07:54:33.914 ERROR 17920 --- [restartedMain] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
Field registrationManagement in com.neu.his.web.RegistrationController required a bean of type 'com.neu.his.serviceInterface.RegistrationManagement' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'com.neu.his.serviceInterface.RegistrationManagement' in your configuration.
2019-09-19 07:54:50.012 INFO 17920 --- [restartedMain] com.neu.his.HisApplication : Starting HisApplication on LAPTOP-ICT3KM42 with PID 17920 (C:\Users\lenovo\Desktop\JavaWebDesign\his\target\classes started by lenovo in C:\Users\lenovo\Desktop\JavaWebDesign\his)
2019-09-19 07:54:50.012 INFO 17920 --- [restartedMain] com.neu.his.HisApplication : No active profile set, falling back to default profiles: default
2019-09-19 07:54:53.704 INFO 17920 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4f2e0f7d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-09-19 07:54:54.337 INFO 17920 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8888 (http)
2019-09-19 07:54:54.339 INFO 17920 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-09-19 07:54:54.340 INFO 17920 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
2019-09-19 07:54:54.467 INFO 17920 --- [restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-09-19 07:54:54.471 INFO 17920 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4448 ms
2019-09-19 07:54:58.320 WARN 17920 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'registrationController': Unsatisfied dependency expressed through field 'registrationManagement'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.neu.his.serviceInterface.RegistrationManagement' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
2019-09-19 07:54:58.322 INFO 17920 --- [restartedMain] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2019-09-19 07:54:58.729 INFO 17920 --- [restartedMain] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2019-09-19 07:54:59.650 ERROR 17920 --- [restartedMain] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
Field registrationManagement in com.neu.his.web.RegistrationController required a bean of type 'com.neu.his.serviceInterface.RegistrationManagement' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'com.neu.his.serviceInterface.RegistrationManagement' in your configuration.
2019-09-19 07:56:48.808 INFO 18244 --- [restartedMain] com.neu.his.HisApplication : Starting HisApplication on LAPTOP-ICT3KM42 with PID 18244 (C:\Users\lenovo\Desktop\JavaWebDesign\his\target\classes started by lenovo in C:\Users\lenovo\Desktop\JavaWebDesign\his)
2019-09-19 07:56:48.815 INFO 18244 --- [restartedMain] com.neu.his.HisApplication : No active profile set, falling back to default profiles: default
2019-09-19 07:56:48.963 INFO 18244 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-09-19 07:56:48.964 INFO 18244 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-09-19 07:56:55.085 INFO 18244 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$6336261f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-09-19 07:56:56.000 INFO 18244 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8888 (http)
2019-09-19 07:56:56.062 INFO 18244 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-09-19 07:56:56.063 INFO 18244 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
2019-09-19 07:56:56.690 INFO 18244 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-09-19 07:56:56.692 INFO 18244 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 7727 ms
2019-09-19 07:56:59.779 INFO 18244 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-09-19 07:56:59.953 INFO 18244 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-09-19 07:57:00.187 INFO 18244 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2019-09-19 07:57:02.500 INFO 18244 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2019-09-19 07:57:02.534 INFO 18244 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2019-09-19 07:57:02.566 INFO 18244 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2019-09-19 07:57:03.566 INFO 18244 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8888 (http) with context path ''
2019-09-19 07:57:03.576 INFO 18244 --- [restartedMain] com.neu.his.HisApplication : Started HisApplication in 15.859 seconds (JVM running for 19.435)
2019-09-19 07:57:03.798 INFO 18244 --- [http-nio-8888-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-09-19 07:57:03.798 INFO 18244 --- [http-nio-8888-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-09-19 07:57:03.824 INFO 18244 --- [http-nio-8888-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 25 ms
2019-09-19 07:57:10.463 INFO 18244 --- [http-nio-8888-exec-5] com.neu.his.web.LoginController : 登录验证中
2019-09-19 07:57:10.623 INFO 18244 --- [http-nio-8888-exec-5] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-09-19 07:57:12.125 INFO 18244 --- [http-nio-8888-exec-5] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-09-19 07:57:12.215 INFO 18244 --- [http-nio-8888-exec-5] com.neu.his.web.LoginController : 登录成功
2019-09-19 07:57:12.253 INFO 18244 --- [http-nio-8888-exec-4] com.neu.his.web.IndexController : 验证cookie,进入主界面
2019-09-19 07:57:17.019 INFO 18244 --- [http-nio-8888-exec-7] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:57:17.019 INFO 18244 --- [http-nio-8888-exec-9] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:57:18.291 INFO 18244 --- [http-nio-8888-exec-2] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:57:18.292 INFO 18244 --- [http-nio-8888-exec-8] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:57:18.495 INFO 18244 --- [http-nio-8888-exec-1] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:57:18.506 INFO 18244 --- [http-nio-8888-exec-3] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:57:20.365 INFO 18244 --- [http-nio-8888-exec-6] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:57:20.366 INFO 18244 --- [http-nio-8888-exec-4] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:57:20.701 INFO 18244 --- [http-nio-8888-exec-5] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:57:20.701 INFO 18244 --- [http-nio-8888-exec-10] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:57:22.475 INFO 18244 --- [http-nio-8888-exec-9] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:57:22.475 INFO 18244 --- [http-nio-8888-exec-7] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:57:23.163 INFO 18244 --- [http-nio-8888-exec-8] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:57:23.164 INFO 18244 --- [http-nio-8888-exec-2] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:57:23.371 INFO 18244 --- [http-nio-8888-exec-1] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:57:23.374 INFO 18244 --- [http-nio-8888-exec-3] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:57:34.748 INFO 18244 --- [http-nio-8888-exec-6] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:57:34.750 INFO 18244 --- [http-nio-8888-exec-4] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:58:12.554 INFO 19056 --- [restartedMain] com.neu.his.HisApplication : Starting HisApplication on LAPTOP-ICT3KM42 with PID 19056 (C:\Users\lenovo\Desktop\JavaWebDesign\his\target\classes started by lenovo in C:\Users\lenovo\Desktop\JavaWebDesign\his)
2019-09-19 07:58:12.579 INFO 19056 --- [restartedMain] com.neu.his.HisApplication : No active profile set, falling back to default profiles: default
2019-09-19 07:58:12.735 INFO 19056 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-09-19 07:58:12.736 INFO 19056 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-09-19 07:58:18.465 INFO 19056 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$78e7ed00] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-09-19 07:58:19.958 INFO 19056 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8888 (http)
2019-09-19 07:58:20.055 INFO 19056 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-09-19 07:58:20.056 INFO 19056 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
2019-09-19 07:58:20.541 INFO 19056 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-09-19 07:58:20.542 INFO 19056 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 7806 ms
2019-09-19 07:58:22.526 INFO 19056 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-09-19 07:58:22.606 INFO 19056 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-09-19 07:58:22.773 INFO 19056 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2019-09-19 07:58:24.214 INFO 19056 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2019-09-19 07:58:24.237 INFO 19056 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2019-09-19 07:58:24.257 INFO 19056 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2019-09-19 07:58:24.736 INFO 19056 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8888 (http) with context path ''
2019-09-19 07:58:24.740 INFO 19056 --- [restartedMain] com.neu.his.HisApplication : Started HisApplication in 13.538 seconds (JVM running for 16.452)
2019-09-19 07:58:35.059 INFO 19056 --- [http-nio-8888-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-09-19 07:58:35.060 INFO 19056 --- [http-nio-8888-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-09-19 07:58:35.079 INFO 19056 --- [http-nio-8888-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 18 ms
2019-09-19 07:58:39.889 INFO 19056 --- [http-nio-8888-exec-5] com.neu.his.web.LoginController : 登录验证中
2019-09-19 07:58:39.979 INFO 19056 --- [http-nio-8888-exec-5] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-09-19 07:58:40.820 INFO 19056 --- [http-nio-8888-exec-5] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-09-19 07:58:40.882 INFO 19056 --- [http-nio-8888-exec-5] com.neu.his.web.LoginController : 登录成功
2019-09-19 07:58:40.899 INFO 19056 --- [http-nio-8888-exec-1] com.neu.his.web.IndexController : 验证cookie,进入主界面
2019-09-19 07:58:44.979 INFO 19056 --- [http-nio-8888-exec-2] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:58:44.979 INFO 19056 --- [http-nio-8888-exec-8] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:58:48.335 INFO 19056 --- [http-nio-8888-exec-5] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:58:48.335 INFO 19056 --- [http-nio-8888-exec-6] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:58:48.502 INFO 19056 --- [http-nio-8888-exec-9] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:58:48.503 INFO 19056 --- [http-nio-8888-exec-7] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:58:48.678 INFO 19056 --- [http-nio-8888-exec-10] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:58:48.679 INFO 19056 --- [http-nio-8888-exec-1] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:58:48.909 INFO 19056 --- [http-nio-8888-exec-2] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:58:48.910 INFO 19056 --- [http-nio-8888-exec-8] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:58:49.060 INFO 19056 --- [http-nio-8888-exec-3] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:58:49.060 INFO 19056 --- [http-nio-8888-exec-4] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:58:49.365 INFO 19056 --- [http-nio-8888-exec-5] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:58:49.366 INFO 19056 --- [http-nio-8888-exec-6] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:58:49.621 INFO 19056 --- [http-nio-8888-exec-7] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 07:58:49.623 INFO 19056 --- [http-nio-8888-exec-9] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 07:59:40.394 INFO 4532 --- [restartedMain] com.neu.his.HisApplication : Starting HisApplication on LAPTOP-ICT3KM42 with PID 4532 (C:\Users\lenovo\Desktop\JavaWebDesign\his\target\classes started by lenovo in C:\Users\lenovo\Desktop\JavaWebDesign\his)
2019-09-19 07:59:40.399 INFO 4532 --- [restartedMain] com.neu.his.HisApplication : No active profile set, falling back to default profiles: default
2019-09-19 07:59:40.546 INFO 4532 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-09-19 07:59:40.546 INFO 4532 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-09-19 07:59:44.453 INFO 4532 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$4bf0a3df] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-09-19 07:59:45.041 INFO 4532 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8888 (http)
2019-09-19 07:59:45.078 INFO 4532 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-09-19 07:59:45.078 INFO 4532 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
2019-09-19 07:59:45.291 INFO 4532 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-09-19 07:59:45.292 INFO 4532 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4744 ms
2019-09-19 07:59:47.463 INFO 4532 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-09-19 07:59:47.684 INFO 4532 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-09-19 07:59:48.028 INFO 4532 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2019-09-19 07:59:49.864 INFO 4532 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2019-09-19 07:59:49.886 INFO 4532 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2019-09-19 07:59:49.909 INFO 4532 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2019-09-19 07:59:50.549 INFO 4532 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8888 (http) with context path ''
2019-09-19 07:59:50.553 INFO 4532 --- [restartedMain] com.neu.his.HisApplication : Started HisApplication in 11.212 seconds (JVM running for 14.281)
2019-09-19 08:00:42.262 INFO 4532 --- [http-nio-8888-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-09-19 08:00:42.262 INFO 4532 --- [http-nio-8888-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-09-19 08:00:42.276 INFO 4532 --- [http-nio-8888-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 13 ms
2019-09-19 08:00:47.526 INFO 4532 --- [http-nio-8888-exec-7] com.neu.his.web.LoginController : 登录验证中
2019-09-19 08:00:47.624 INFO 4532 --- [http-nio-8888-exec-7] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-09-19 08:00:48.374 INFO 4532 --- [http-nio-8888-exec-7] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-09-19 08:00:48.432 INFO 4532 --- [http-nio-8888-exec-7] com.neu.his.web.LoginController : 登录成功
2019-09-19 08:00:48.445 INFO 4532 --- [http-nio-8888-exec-9] com.neu.his.web.IndexController : 验证cookie,进入主界面
2019-09-19 08:00:52.019 INFO 4532 --- [http-nio-8888-exec-3] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 08:00:52.019 INFO 4532 --- [http-nio-8888-exec-10] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 08:00:52.369 INFO 4532 --- [http-nio-8888-exec-2] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 08:00:52.370 INFO 4532 --- [http-nio-8888-exec-4] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 08:00:52.520 INFO 4532 --- [http-nio-8888-exec-7] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 08:00:52.520 INFO 4532 --- [http-nio-8888-exec-9] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 08:00:52.690 INFO 4532 --- [http-nio-8888-exec-6] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 08:00:52.691 INFO 4532 --- [http-nio-8888-exec-8] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 08:00:52.831 INFO 4532 --- [http-nio-8888-exec-1] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 08:00:52.832 INFO 4532 --- [http-nio-8888-exec-5] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 08:00:52.985 INFO 4532 --- [http-nio-8888-exec-3] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 08:00:52.986 INFO 4532 --- [http-nio-8888-exec-10] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
2019-09-19 08:44:59.716 INFO 16488 --- [restartedMain] com.neu.his.HisApplication : Starting HisApplication on LAPTOP-ICT3KM42 with PID 16488 (C:\Users\lenovo\Desktop\JavaWebDesign\his\target\classes started by lenovo in C:\Users\lenovo\Desktop\JavaWebDesign\his)
2019-09-19 08:44:59.723 INFO 16488 --- [restartedMain] com.neu.his.HisApplication : No active profile set, falling back to default profiles: default
2019-09-19 08:44:59.826 INFO 16488 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-09-19 08:44:59.826 INFO 16488 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-09-19 08:45:02.970 INFO 16488 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d8ce1e93] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-09-19 08:45:03.579 INFO 16488 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8888 (http)
2019-09-19 08:45:03.607 INFO 16488 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-09-19 08:45:03.608 INFO 16488 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21]
2019-09-19 08:45:03.800 INFO 16488 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-09-19 08:45:03.800 INFO 16488 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3974 ms
2019-09-19 08:45:05.449 INFO 16488 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-09-19 08:45:05.523 INFO 16488 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2019-09-19 08:45:05.688 INFO 16488 --- [restartedMain] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2019-09-19 08:45:06.907 INFO 16488 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2019-09-19 08:45:06.927 INFO 16488 --- [restartedMain] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2019-09-19 08:45:06.949 INFO 16488 --- [restartedMain] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2019-09-19 08:45:07.402 INFO 16488 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8888 (http) with context path ''
2019-09-19 08:45:07.405 INFO 16488 --- [restartedMain] com.neu.his.HisApplication : Started HisApplication in 8.637 seconds (JVM running for 10.994)
2019-09-19 08:45:47.979 INFO 16488 --- [http-nio-8888-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-09-19 08:45:47.980 INFO 16488 --- [http-nio-8888-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-09-19 08:45:48.005 INFO 16488 --- [http-nio-8888-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 23 ms
2019-09-19 08:45:59.066 INFO 16488 --- [http-nio-8888-exec-3] com.neu.his.web.LoginController : 登录验证中
2019-09-19 08:45:59.177 INFO 16488 --- [http-nio-8888-exec-3] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2019-09-19 08:46:00.178 INFO 16488 --- [http-nio-8888-exec-3] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-09-19 08:46:00.248 INFO 16488 --- [http-nio-8888-exec-3] com.neu.his.web.LoginController : 登录成功
2019-09-19 08:46:00.275 INFO 16488 --- [http-nio-8888-exec-6] com.neu.his.web.IndexController : 验证cookie,进入主界面
2019-09-19 08:46:03.154 INFO 16488 --- [http-nio-8888-exec-4] com.neu.his.web.RegistrationController : 得到所有科室的名称
2019-09-19 08:46:03.162 INFO 16488 --- [http-nio-8888-exec-1] com.neu.his.web.RegistrationController : 找到最大可用发票号
2019-09-19 08:46:03.321 INFO 16488 --- [http-nio-8888-exec-2] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 08:46:05.932 INFO 16488 --- [http-nio-8888-exec-8] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 08:46:09.653 INFO 16488 --- [http-nio-8888-exec-5] com.neu.his.web.RegistrationController : 挂号时根据病历号得到一些信息
2019-09-19 08:46:09.655 INFO 16488 --- [http-nio-8888-exec-10] com.neu.his.web.RegistrationController : 根据病历号得到该患者的所有挂号信息
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化