Skip to content

This repository contains simple MyBatis usage on top of spring-boot

License

Notifications You must be signed in to change notification settings

daggerok/spring-data-mybatis

Repository files navigation

spring-data-mybatis Build Status

spring-boot mybatis

links:

gradle
./gradlew
java -jar build/libs/*.jar
http :8080 message=hey!
http :8080 message=ho!
http :8080
bash build/libs/*.jar

./gradlew build composeUp
http :8080 message=hey!
http :8080 message=ho!
http :8080
./gradlew composeDown
maven
./mvnw
java -jar target/*.jar
http :8080 message=hey!
http :8080 message=ho!
http :8080
bash target/*.jar

./mvnw; ./mvnw com.dkanejs.maven.plugins:docker-compose-maven-plugin:1.0.1:up
http :8080 message=hey!
http :8080 message=ho!
http :8080
./mvnw com.dkanejs.maven.plugins:docker-compose-maven-plugin:1.0.1:down

generated by daggerok-fatjar yeoman generator

About

This repository contains simple MyBatis usage on top of spring-boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published