简体   繁体   中英

whitelabel error page 404 spring boot angular 6

I am using angular 6 with spring boot. i copied 'dist' file to spring boot project. and project running properly. but when i refresh the browser, it said 'white label error'. how i prevent from white label error.

working url在此处输入图片说明

error page (when refresh) 在此处输入图片说明

You should use RouterModule.forRoot(AppRoutes, {useHash: true}), useHash As true

https://angular.io/api/common/HashLocationStrategy should help you understand.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM