kumarsiva07 / department

Learning spring boot stuff with Bootify.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

department - A fun spring boot JPA web application

Learning spring boot stuff with Bootify.io -- a delightful application generator SaaS

Slides are at https://bit.ly/bootify_rocks

Fun URLs:

  1. http://localhost:8080/swagger-ui/index.html
  2. http://localhost:8080/h2-console/
    • Note: I've opened this up to the Internet (via application.yml)

Things to try

  1. Do a POST to /api/fakers to generate sample data.

in the scripts folder there's some curls. Try them in this order:

  1. create_department.sh
  2. create_person.sh
  3. work_some.sh

Things to look at

  1. I'm trying to use pull requests, so please take a look at https://github.com/payne/department/pulls?q=is%3Apr+is%3Aclosed

Database migrations

https://www.liquibase.org/get-started/quickstart

Google Slides for the six to nine minute talk

Slides are at https://bit.ly/bootify_rocks

Stream of consciousness learning nodes

About

Learning spring boot stuff with Bootify.io


Languages

Language:Java 98.7%Language:Shell 1.3%