danishpirate
JCHJava Community | Help. Code. Learn.
•Created by danishpirate on 2/27/2025 in #java-help
Rendering too resource-intensive

16 replies
JCHJava Community | Help. Code. Learn.
•Created by danishpirate on 2/14/2025 in #java-help
Springboot not serving webpage
@dan1st My Springboot app on a VM is not serving a webpage when I enter its ip and port into a browser, the browser loads and then times out. I have allowed connections on port 8080 in the firewall, but still does not work. I have confirmed it works locally. Do you have any ideas as to what the issue could be?
78 replies
JCHJava Community | Help. Code. Learn.
•Created by danishpirate on 11/18/2022 in #java-help
Spring JPA
JPA problem:
I want to create a
BicycleRider
object and store it i my database; however, I need a BicycleTeam
to associate it to. Do I need to need to create a BicycleTeam
object or do I need to do something else?31 replies