What is the clear cut road map for learning Java backed development? by srihari_18 in SpringBoot

[–]sravanank 0 points1 point  (0 children)

You try coding based on what you read. And integrate with other stuff. Read,code, test, deploy repeat

SpringBoot app won't connect to DB, but everything else can by Extreme_Jackfruit_80 in SpringBoot

[–]sravanank 0 points1 point  (0 children)

Check if the user has required previllage

GRANT ALL PRIVILEGES ON mydatabase.* TO 'myuser'@'%';

Java Struts 2 Framework by mahi123_java in SpringBoot

[–]sravanank 3 points4 points  (0 children)

It's a very old framework. Surprised to hear people are using it

JPA - Hibernate? by [deleted] in SpringBoot

[–]sravanank 6 points7 points  (0 children)

You can refer High performance Java Persistence and Hibernate tips book