• Stars
    star
    105
  • Rank 328,196 (Top 7 %)
  • Language
    Java
  • Created about 3 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Working with Databases in Java using JDBC, Datasource, Connection Pool, Flyway and JDBC Template

Working with Databases in Java

  • JDBC
  • Datasource
  • Connection Pool
  • Flyway and JDBC Template

Diagram

diagram

How to get started

  • switch to branch git checkout start
  • watch YouTube video

Exercise

  • Add the ability to edit movies
  • Add actor table and associate them with movies You will need to create a new migration called: V1__ActorTable.sql and the following sql to create the actor table
CREATE TABLE actor
(
    id    bigserial primary key,
    name  TEXT NOT NULL,
    movie bigint REFERENCES movie (id),
    unique (name, movie)
);

Join the community

More Repositories

1

spring-data-jpa-course

Java
867
star
2

spring-boot-react-fullstack

JavaScript
552
star
3

microservices

Java
511
star
4

spring-boot-security-course

Java
502
star
5

spring-boot-fullstack-professional

Spring Boot Full Stack with React for Professionals
JavaScript
469
star
6

login-registration-backend

Java
442
star
7

full-stack-professional

Java
422
star
8

software-testing

Source code for software testing course
Java
197
star
9

spring-boot-essentials

Java
143
star
10

javascript

HTML
136
star
11

java-streams

Java
118
star
12

java-functional-programming

Java
105
star
13

spring-s3-react-file-upload

Java
91
star
14

spring-boot-master-class-course

Spring Boot Master Class Course
Java
84
star
15

sql-postgres-course

69
star
16

learning-git

HTML
65
star
17

java-streams-youtube

Java
49
star
18

solid

Java
42
star
19

javascript-mastery

JavaScript
39
star
20

kubernetes

Kubernetes Course
HTML
38
star
21

mongodb-course

JavaScript
36
star
22

java-generics

Java
25
star
23

java-master-class

25
star
24

group-project-fitness-tracker

Java
23
star
25

springboot-twilio

Java
20
star
26

python-intuit-quickbooks-project

Python
14
star
27

rest-api-go-lambda

Go
11
star
28

kotlin

Kotlin
11
star
29

group-project-e-banking-suite

Java
10
star
30

cohort-2-c

Java
10
star
31

group-project-device-management

Java
10
star
32

bright

Java
9
star
33

spring-boot

Java
8
star
34

spring-boot-kotlin

Kotlin
7
star
35

cohort-2-e

Java
7
star
36

cohort3

Java
7
star
37

javascript-testing

HTML
6
star
38

algos

Java
6
star
39

functional-programming

Java
6
star
40

group-project-the-vet-app

JavaScript
6
star
41

linux

6
star
42

git-course

JavaScript
6
star
43

group-project-livestock-platform

Java
5
star
44

css-dark-theme-example

HTML
5
star
45

cohort-2-d

Java
5
star
46

bright-git

Java
4
star
47

cohort-2-a

4
star
48

oliver-new

Java
4
star
49

cohort-2-b

3
star
50

spring-boot-graphql

TypeScript
3
star
51

group-project-a

Java
3
star
52

oliver

2
star
53

group-project-life-stock-platform

1
star