{"id":17010531,"url":"https://github.com/esotericman/short-url","last_synced_at":"2026-01-04T20:05:11.608Z","repository":{"id":187983322,"uuid":"677910163","full_name":"esotericman/short-url","owner":"esotericman","description":"Based on windward, Build your short url service. In addition, It's an awesome practice for windward","archived":false,"fork":false,"pushed_at":"2024-09-16T12:14:35.000Z","size":246,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-15T11:33:35.044Z","etag":null,"topics":["graalvm","java","short-url","windward"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/esotericman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-08-13T03:56:18.000Z","updated_at":"2024-06-17T14:32:55.000Z","dependencies_parsed_at":"2024-03-28T13:27:26.523Z","dependency_job_id":"4ea83c87-bf8c-4b00-981b-593e85b8bbae","html_url":"https://github.com/esotericman/short-url","commit_stats":null,"previous_names":["esotericman/short-url"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esotericman%2Fshort-url","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esotericman%2Fshort-url/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esotericman%2Fshort-url/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esotericman%2Fshort-url/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/esotericman","download_url":"https://codeload.github.com/esotericman/short-url/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230367724,"owners_count":18215321,"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":["graalvm","java","short-url","windward"],"created_at":"2024-10-14T06:04:45.383Z","updated_at":"2026-01-04T20:05:11.581Z","avatar_url":"https://github.com/esotericman.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# short-url\n\n![short-url.png](short-url.png)\nIn this project, you will know what really does windward can do, and find out how to implement a short url service.\nAlso , You will learn a different way to Java web application without Spring.\nFirst of all, We must do\n\n```shell\nmvn clean compile\n```\n\nThen init database with short_url.sql\n\n## API Glance\n\n| relative path | method | querystring | description                       |\n|---------------|--------|-------------|-----------------------------------|\n| v1/url        | post   | originUrl   | generate short url for origin url |\n| v1/url/list   | get    | -           | select all generated url          |\n| {url}         | get    | -           | access short url                  |\n\nbuild uber-jar\n\n```shell\nmvn -Pjar package\n```\n\npackage binary file\n\n```shell\nmvn -Pnative -Dagent exec:exec@java-agent\n```\n\n```shell\nmvn -Pnative -Dagent package\n```\n\ncompress binary file\n\n```shell\nupx --best ./target/shortUrl\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesotericman%2Fshort-url","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesotericman%2Fshort-url","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesotericman%2Fshort-url/lists"}