{"id":18336008,"url":"https://github.com/zicat/webflux-kotlin","last_synced_at":"2026-05-08T05:39:20.876Z","repository":{"id":166238904,"uuid":"132082734","full_name":"zicat/webflux-kotlin","owner":"zicat","description":"webflux-kotlin maven archetype","archived":false,"fork":false,"pushed_at":"2018-05-04T08:10:58.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T12:17:59.565Z","etag":null,"topics":["archetype","java-8","kotlin","maven","spring","webflux"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/zicat.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":"2018-05-04T03:43:16.000Z","updated_at":"2019-06-25T06:39:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"78fb3cbe-65a1-4f66-bcb6-be91a77170a3","html_url":"https://github.com/zicat/webflux-kotlin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zicat%2Fwebflux-kotlin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zicat%2Fwebflux-kotlin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zicat%2Fwebflux-kotlin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zicat%2Fwebflux-kotlin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zicat","download_url":"https://codeload.github.com/zicat/webflux-kotlin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103915,"owners_count":21048244,"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":["archetype","java-8","kotlin","maven","spring","webflux"],"created_at":"2024-11-05T20:05:32.709Z","updated_at":"2026-05-08T05:39:15.855Z","avatar_url":"https://github.com/zicat.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prepare\n    Install JDK 8+\n    Install newest maven\n    Install git command\n    check environment is ready\n    $ java -version\n      java version \"1.8.0_144\"\n      Java(TM) SE Runtime Environment (build 1.8.0_144-b01)\n      Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)  \n    $ mvn -version\n      Apache Maven 3.5.0\n    $ git --version\n      git version 2.14.1\n\n# Start building webflux-kotlin\n    1. $ git clone https://github.com/zicat/webflux-kotlin.git\n    2. $ cd webflux-kotlin\n    3. $ mvn clean install\n    4. $ mvn spring-boot:run\n    5. open browser and input url\n       http://localhost:8080/product?productId=1\u0026description=a\nYour first webflux-kotlin restfull api is finished!\n\n# Create webflux-kotlin maven archetype\n    1. $ cd webflux-kotlin\n    2. $ mvn archetype:create-from-project\n    3. $ cd target/generated-sources/archetype\n    4. $ mvn install\n\n# Create your restfull api project with maven archetype\n    1. $ cd your work dir\n    2. $ mvn archetype:generate \\\n        -DarchetypeGroupId=name.zicat \\\n        -DarchetypeArtifactId=webflux-kotlin-archetype \\\n        -DarchetypeVersion=1.0-SNAPSHOT \\\n        -DgroupId=${your_group_id} \\\n        -DartifactId=${your_artifact_id} \\\n        -Dversion=${your_version}\n    3. $ cd ${your_artifact_id}\n    4. $ mvn clean install\n    5. $ mvn spring-boot:run\n    6. open browser and input url\n        http://localhost:8080/product?productId=1\u0026description=a\n\n# Start Coding\n    1. download intellij 15+\n    2. import ${your_artifact_id} to intellij\n    \n# Performance\nCompare with Servlet, VertX \u003cbr/\u003e\nhttps://github.com/zicat/spring-webflux-research\n         \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzicat%2Fwebflux-kotlin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzicat%2Fwebflux-kotlin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzicat%2Fwebflux-kotlin/lists"}