add link to other solutions for the Angular/SpringBoot issue
This commit is contained in:
@@ -40,6 +40,9 @@ public class WebConfiguration implements WebMvcConfigurer, HardcodedValues, Prop
|
|||||||
* This is one way to make Angular and SpringBoot play together. The other
|
* This is one way to make Angular and SpringBoot play together. The other
|
||||||
* described in {@link #addViewControllers(ViewControllerRegistry)}.
|
* described in {@link #addViewControllers(ViewControllerRegistry)}.
|
||||||
*
|
*
|
||||||
|
* Other solutions:
|
||||||
|
* https://stackoverflow.com/questions/38516667/springboot-angular2-how-to-handle-html5-urls/46854105#46854105
|
||||||
|
*
|
||||||
* @param registry
|
* @param registry
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("unused")
|
@SuppressWarnings("unused")
|
||||||
@@ -70,6 +73,9 @@ public class WebConfiguration implements WebMvcConfigurer, HardcodedValues, Prop
|
|||||||
/**
|
/**
|
||||||
* This is one way to make Angular and SpringBoot play together. The other
|
* This is one way to make Angular and SpringBoot play together. The other
|
||||||
* described in {@link #addResourceHandlerForAngular(ResourceHandlerRegistry)}
|
* described in {@link #addResourceHandlerForAngular(ResourceHandlerRegistry)}
|
||||||
|
*
|
||||||
|
* Other solutions:
|
||||||
|
* https://stackoverflow.com/questions/38516667/springboot-angular2-how-to-handle-html5-urls/46854105#46854105
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void addViewControllers(final ViewControllerRegistry registry) {
|
public void addViewControllers(final ViewControllerRegistry registry) {
|
||||||
|
|||||||
Reference in New Issue
Block a user