Skip to content

ashishcyn/spring-boot-mybatis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-mybatis

SpringBoot MyBatis Project

Table of contents

General info

This project is simple SpringBoot MyBatis Project.

Technologies

Project is created with:

Setup

H2 Database

  • H2 in memory database is used for this project
  • DB Console:http://localhost:8080/h2-console/
  • JDBC URL: refer application.properties
  • User Name: refer application.properties
  • Password: refer application.properties
  • Sample Data: refer data.sql

Local run

  • Build the project using maven command: mvn clean install
  • Run the spring-boot-mybatis project locally: mvn spring-boot:run
  • Access the application at: http://localhost:8080/

API

Releases

No releases published

Packages

No packages published

Languages