knote-java
knote-java copied to clipboard
Simple Spring Boot app to take notes
I have been looking for an Microservice example that uses docker and kubernetes with minikube. Working through this example I am stuck trying to run the microservice. The docker containers...
com.mongodb.MongoSocketOpenException: Exception opening socket Caused by: java.net.ConnectException: Connection refused (Connection refused)
fix for issue where Image on markdown doesn't show
Bumps commons-io from 2.6 to 2.7. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
I try to upload the image. Image is uploaded into /tmp/uploads (local dir). But the Image on markdown doesn't show. 
Rename index.ftl into index.ftlh
Spring Boot recently yet again introduced a breaking change, which leads to the infamous whitelabel error page. They changed the default suffix from .ftl to .ftlh. https://github.com/spring-projects/spring-boot/issues/15131 So for Spring...