Skip to content

Files

Latest commit

a3a1a3c · Feb 2, 2020

History

History

makrdown-blog

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020
Feb 2, 2020

makrdown-blog Build Status

TODO: In progress…​

  • lightly spring-data-jdbc

  • versioning implementation by using application lister on before save event

  • using kotlin extension function to adding += operator for nullable Long? type

  • using commonmark library to Markdown → HTML conversion

  • paging and sorting doesn’t works. workaround: SQL functionality

build and run

gradle
./gradlew
java -jar build/libs/*.jar
bash build/libs/*.jar

./gradlew build composeUp
./gradlew composeDown
maven
./mvnw
java -jar target/*.jar
bash target/*.jar

bash mvnw docker-compose:up -P docker
bash mvnw docker-compose:down -P docker

test

httpie
http :8080/api
http :8080/api/1
http :8080/api/3
http post :8080/api/1
http post :8080/api/1
http :8080/api
http :8080/article/1
http :8080/article/2

Initially generated by using generator-jvm yeoman generator (kotlin-spring-boot)

links: