{"id":21511925,"url":"https://github.com/genescu/spring-boot-with-postgresql","last_synced_at":"2026-05-12T04:32:20.772Z","repository":{"id":164415100,"uuid":"173668320","full_name":"genescu/spring-boot-with-postgresql","owner":"genescu","description":"Spring Boot with PostgreSQL","archived":false,"fork":false,"pushed_at":"2019-04-13T12:12:17.000Z","size":78,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-24T01:41:24.451Z","etag":null,"topics":["java","postgresql","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/genescu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-04T03:37:05.000Z","updated_at":"2024-02-23T15:30:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d82d017-b926-46ac-ac3f-ef9ccf08b20e","html_url":"https://github.com/genescu/spring-boot-with-postgresql","commit_stats":null,"previous_names":["genescu/spring-boot-with-postgresql"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genescu%2Fspring-boot-with-postgresql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genescu%2Fspring-boot-with-postgresql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genescu%2Fspring-boot-with-postgresql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genescu%2Fspring-boot-with-postgresql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/genescu","download_url":"https://codeload.github.com/genescu/spring-boot-with-postgresql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244056432,"owners_count":20390720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","postgresql","spring-boot"],"created_at":"2024-11-23T22:18:00.707Z","updated_at":"2026-05-12T04:32:20.719Z","avatar_url":"https://github.com/genescu.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spring-boot-postgresql\n\ndocker pull postgres\n\nmkdir -p $HOME/docker/volumes/postgres\n\ndocker run --rm   --name pg-docker -e POSTGRES_PASSWORD=docker -d -p 5432:5432 -v $HOME/docker/volumes/postgres:/var/lib/postgresql/data  postgres\n\nhttp://localhost:8090/h2-console/\n\n\n# Database\nspring.datasource.url=jdbc:postgresql://localhost:5432/postgres\n\nspring.datasource.username=postgres\n\nspring.datasource.password=docker\n\n\n# Action\n\n#2. Upload CSV file http://localhost:8090/upload\n\n#3. Retrieve some data\n\n\nhttp://localhost:8090/ships/1\n\ncurl -X GET \"http://localhost:8090/ships/1\"\n\n\nA.\n/port/{id}/{dateTime}\n\nhttp://localhost:8090/port/2/1.1.2016%2012:00\n\nhttp://localhost:8090/port/2/04.01.2016%2012:00\n\ncurl -X GET \"http://localhost:8090/port/2/1.1.2016%2012:00\"\n\ncurl -X GET \"http://localhost:8090/port/2/04.01.2016%2012:00\"\n        \n\nB.\n\n/port/{id}/{startTime}/{endTime}\n\nhttp://localhost:8090/port/2/1.1.2016%2012:00/04.01.2017%2020:55:23\n\ncurl -X GET \"http://localhost:8090/port/2/1.1.2016%2012:00/04.01.2017%2020:55:23\"\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenescu%2Fspring-boot-with-postgresql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenescu%2Fspring-boot-with-postgresql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenescu%2Fspring-boot-with-postgresql/lists"}