Add data jpa module and project

This commit is contained in:
2020-07-03 14:53:14 +07:00
commit 40cffea983
28 changed files with 943 additions and 0 deletions

5
scripts/push Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
git push origin master
git push github master

3
scripts/upload Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
gradle upload