ghillert / botanic-ng

Angular 5 Sample Application
Apache License 2.0
79 stars 34 forks source link

Login is not working for admin:admin with an error Request method 'POST' not supported #5

Open rasekar2000 opened 9 years ago

rasekar2000 commented 9 years ago

When I tried to login after running the spring boot of this application, http://localhost:9900/index.html#/login I am getting Request method 'POST' not supported in Chrome browser, can you please help me in resolving this issue?

2015-01-10 23:00:55.264 INFO 28169 --- [ runner-0] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2015-01-10 23:00:55.310 INFO 28169 --- [ runner-0] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [//favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2015-01-10 23:00:55.791 INFO 28169 --- [ runner-0] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup 2015-01-10 23:00:55.845 INFO 28169 --- [ runner-0] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 9900 (http) 2015-01-10 23:00:55.846 INFO 28169 --- [ runner-0] o.s.boot.SpringApplication : Started application in 4.04 seconds (JVM running for 6.398) 2015-01-10 23:27:17.619 INFO 28169 --- [nio-9900-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet' 2015-01-10 23:27:17.620 INFO 28169 --- [nio-9900-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started 2015-01-10 23:27:17.749 INFO 28169 --- [nio-9900-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 128 ms 2015-01-10 23:27:46.841 WARN 28169 --- [nio-9900-exec-4] o.s.web.servlet.PageNotFound : Request method 'POST' not supported

When I