MarcoSteinke / Spring-Data-JDBC-Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Data JDBC Example

This is a simple Webserver Implementation with Spring Boot

1. Features:

  • provides User Registration and Login

  • secured user information by "pseudo-encryption" (do not use this type of encryption in the reality!!!)

  • uses Spring Data JDBC to persist users

  • includes a docker-compose.yml to start a mysql database

  • the application.properties are linked to the mysql database

2. How to:

  1. clone repository (SSH/HTTPS)

    git clone git@github.com:MarcoSteinke/Spring-Data-JDBC-Example.git
    git clone https://github.com/MarcoSteinke/Spring-Data-JDBC-Example.git
  2. run the docker-compose.yml

    docker-compose up
  3. run the application via IntelliJ

  4. Call https://localhost:8080 in your web browser

3. Screenshots:

register
success
workbench

4. License

This project is for learning purposes only and is not licensed at all.

About


Languages

Language:Java 76.5%Language:HTML 23.5%