knote-java icon indicating copy to clipboard operation
knote-java copied to clipboard

Simple Spring Boot app to take notes

Results 7 knote-java issues
Sort by recently updated
recently updated
newest added

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. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.6&new-version=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...

dependencies

I try to upload the image. Image is uploaded into /tmp/uploads (local dir). But the Image on markdown doesn't show. ![image](https://user-images.githubusercontent.com/3713580/95800807-88329e80-0d22-11eb-8ee7-38cfd2e41ae7.png)

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...