Swathi Prasad

Results 11 comments of Swathi Prasad
trafficstars

Hi, I am a developer. I would like to support this project. Let me know if you still need a volunteer. Best Regards, Swathi

Yes, that is due to spring-boot-starter-security dependency. To login use username: 'user' and copy paste password from console log generated when the application starts.

Those files are part of Angular CLI project. They should not cause problem. This project is tested only on Windows. Probably, deleting ~/tutorial-web/src/main/web/packag-lock.json might have resolved your problem. This file...

@maximkosheev, have you built the war from root directory? Please check my blog for instructions https://techshard.com/2018/08/12/building-a-web-app-using-spring-boot-angular-6-and-maven/.

Hi, Why do we need this dependency?

@Kamruddin-git, What is the Java version do you have? Even if it is Java 8, it should not give this problem. P.S: I ran this project with Java 12. Regards,...

> > > I have worked with Java 8. Can you provide the error log? We don't need to add this dependency in POM.

@Kamruddin-git, Do you have this dependency in your POM? If you have this, it should automatically download antlr dependency as well. Antlr is a transitive dependency, so it is not...

@mabujaber, CompletableFuture is used if we want to work with multi-threading. Please check my blog for more information. https://techshard.com/2019/09/15/multi-threading-in-spring-boot-using-completablefuture/

Hi, I have come across micro frontend blogs that talk about Angular SPA. This is another alternative to Custom elements. Please check out this project. https://github.com/CanopyTax/single-spa There are many blogs...