{"id":21069743,"url":"https://github.com/lurenjia528/jwtdemo","last_synced_at":"2025-06-15T00:32:59.058Z","repository":{"id":114195150,"uuid":"186000572","full_name":"lurenjia528/jwtdemo","owner":"lurenjia528","description":null,"archived":false,"fork":false,"pushed_at":"2019-05-11T04:42:18.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-14T02:28:37.540Z","etag":null,"topics":["java","jwt"],"latest_commit_sha":null,"homepage":null,"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/lurenjia528.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-05-10T14:17:39.000Z","updated_at":"2019-05-11T15:42:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"6db9b57b-d7d7-4cf9-b7fb-85f1e9f99e22","html_url":"https://github.com/lurenjia528/jwtdemo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lurenjia528/jwtdemo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lurenjia528%2Fjwtdemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lurenjia528%2Fjwtdemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lurenjia528%2Fjwtdemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lurenjia528%2Fjwtdemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lurenjia528","download_url":"https://codeload.github.com/lurenjia528/jwtdemo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lurenjia528%2Fjwtdemo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259905288,"owners_count":22929915,"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","jwt"],"created_at":"2024-11-19T18:36:53.858Z","updated_at":"2025-06-15T00:32:59.033Z","avatar_url":"https://github.com/lurenjia528.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jwtdemo\n\n数据库表\n\n```mysql\nmysql\u003e use test;\nReading table information for completion of table and column names\nYou can turn off this feature to get a quicker startup with -A\n\nDatabase changed\nmysql\u003e show tables;\n+----------------+\n| Tables_in_test |\n+----------------+\n| user           |\n+----------------+\n1 row in set (0.00 sec)\n\nmysql\u003e select * from user;\n+----+-------------+---------------------+----------+-----------+\n| id | email       | last_login_time     | password | user_name |\n+----+-------------+---------------------+----------+-----------+\n| 1  | tom@163.com | 2019-05-11 12:09:02 | 123456   | tom       |\n+----+-------------+---------------------+----------+-----------+\n1 row in set (0.00 sec)\n\n```\n\n请求测试:\n\n获取token\n\nhttp://127.0.0.1:8080/user/login?userName=tom\u0026password=123456\n\ntoken测试\n\nhttp://127.0.0.1:8080/hello?token=eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyTmFtZSI6InRvbSIsImdlbmVyYXRlVGltZSI6MTU1NzU0Nzc0MjE2NywiZXhwIjoxNTU3NTQ3ODAyfQ.bIiBbrlzLeI8zmnRvavVtsOO584G9lp9iV7yr3ynADDeR12Yc9hgqIetrWjmYGsxMmhf4oQD-99EjsG3bkT7fA","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flurenjia528%2Fjwtdemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flurenjia528%2Fjwtdemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flurenjia528%2Fjwtdemo/lists"}