2
1
Ответвление 0
Этот коммит содержится в:
Maurits van der Schee 2018-02-18 08:02:32 +01:00 коммит произвёл GitHub
родитель 925adba2e7
коммит 9265b5748d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -16,7 +16,7 @@ Related projects:
There are also ports of this script in:
- [Java JDBC by Ivan Kolchagov](https://github.com/kolchagov/java-crud-api)
- [Java Spring Boort + jOOQ](https://github.com/mevdschee/java-crud-api/tree/master/full) (work in progress)
- [Java Spring Boot + jOOQ](https://github.com/mevdschee/java-crud-api/tree/master/full) (work in progress)
There are also proof-of-concept ports of this script that only support basic REST CRUD functionality in:
[Java](https://github.com/mevdschee/java-crud-api/blob/master/core/src/main/java/com/tqdev/CrudApiHandler.java),