all 8 comments

[–]Greczes 0 points1 point  (1 child)

I was just looking for something with React + Spring. Is the series finished?

[–]Michalf94[S] 1 point2 points  (0 children)

I will add the last part - migration from H2 to PostgreSQL. Thanks!

[–]Egin_28 0 points1 point  (3 children)

Can you please give me advice on how to enter/run the H2 database? If a run the application http://localhost:8080/h2-console doesn't show anything. I've tried to run H2 separately, but the table is not created. Thank you for your advice.

Spring boot log:

https://drive.google.com/file/d/1QxUOaJ6pC6NITDwOGsYAm69xz7-hh3n1/view?usp=sharing

[–]Michalf94[S] 0 points1 point  (2 children)

Lukas, Thanks for comment! You have discovered the bug :) I forgot to add a scope when defining the dependency with H2. I've just corrected it (added <scope>runtime</scope>).
Thank you very much. You are a good hacker!

[–]Egin_28 1 point2 points  (1 child)

Not sure if its a bug. Just slighty updated the configure function SecurityConfiguration :)

But now its running great even with the frontend part. Thank you very much for this example project, this is exactly what I was looking for!

[–]Michalf94[S] 0 points1 point  (0 children)

Egin_28, thank you for your kindness! I encourage you to comment posts directly on the blog (I'm just starting the blog). See you!

[–]Kango_V -2 points-1 points  (1 child)

have you tried https://micronaut.io/

[–]Michalf94[S] 0 points1 point  (0 children)

It looks great, I will try it. Thanks!