Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@killermenpl Ran the check today and it worked. You gotta love debugging stuff right? Thanks again dude.
-
@killermenpl Unfortunately it still broke on me after doing some edits on the test. Don't know what I'm missing from it. :(
-
@killermenpl I updated my source files. I'm running A-B testing to see if there's anything I might be missing. :)
-
@killermenpl Hey, I fixed it again. The issue was a conflict I had from runnning Apache Tomcat and my Spring Boot controller at the same time from dev ops in my IDE. My IDE was running Tomcat without checking if Spring Boot was running. OOPS.
Thanks for all the help man. The issue was just hidden and I had to talk to my duck. :)
Related Rants
I don't know why I can't understand how to use thymeleaf. It's concept makes sense, split an html page into two so you have a header html page made up of code you don't want to change, and an index html page of content you do want to edit. But no matter what it won't fucking connect the classes.
https://stackoverflow.com/questions...
If anyone has experience with this you can take a look at my post here on it, maybe give some input. For now though I'm going to just run a single html file and make comments in my index page. :/
rant
thymeleaf
java
spring framework