Routing error using Angular - Spring Boot in Weblogic

0

I created a Spring Boot Rest project, which I consume from an angular application. I build the war with maven, I upload it to WebLogic and it works perfectly, always when the path configured in the weblogic.xml is "/", if I assign a name to the path for example "/ webapp" I can not visualize the front in WebLogic , when executing the index, I get error 404, because it does not find the files, I do not know if that visualization is necessary, it is necessary to configure it in angular, or in Spring or in Weblogic, thank you very much for your help.

    
asked by Kevin Arias 28.06.2018 в 22:37
source

0 answers