Kotlin Hipster

基于 Kotlin 的 JHipster。(Kotlin based JHipster)

Github stars Tracking Chart







Kotlin JHipster

JHipster 是一个用于快速生成、开发和部署现代 web 应用程序和微服务体系结构的开发平台。我们支持许多前沿技术,包括 Angular、React 和 Vue。我们甚至有对 Ionic 和 React Native 的手机应用支持!在后端,我们支持 Spring Boot(使用 Java 或 Kotlin)、microaut、Quarkus 和 Node.js 和 .net。对于部署,我们采用 Docke 和 Kubernetes 的云本地原则。部署支持 AWS、Azure、云计算、谷歌云平台、Heroku 和 OpenShift。

有关KHipster的文档和信息可在此处获得。

有关JHipster的完整文档和信息,请参见此处

您好!Kotlin 爱好者!

该项目将 Kotlin 添加到 JHipster 应用程序中。它基于 JHipster 蓝图。

如何开始

使用 npm install -g generator-jhipster-kotlin 安装软件包

确保已使用 npm install -g yo 安装了 yo

使用 npm install -g generator-jhipster-kotlin 安装软件包

用 khipster 生成应用程序

我们现在所拥有的

通用应用程序生成 -- khipster
Spring Controller -- khipster spring-controller <controller-name>
Spring Service -- khipster spring-service <service-name>
Entity generation -- khipster entity <entity-name>

社区

如发现问题,请在这里告诉我们。

有兴趣的贡献者,请查看我们的贡献指南以开始使用。

有任何疑问 sendilkumarn

(The first version translated by vz on 2020.08.08)

Main metrics

Overview
Name With Ownerjhipster/jhipster-kotlin
Primary LanguageEJS
Program languageJavaScript (Language Count: 4)
PlatformDocker, Kubernetes, Linux, Mac, Windows
License:Apache License 2.0
所有者活动
Created At2018-02-18 19:09:21
Pushed At2025-03-22 16:32:52
Last Commit At
Release Count38
Last Release Name1.16.0 (Posted on )
First Release Name0.0.1 (Posted on 2018-02-19 06:41:45)
用户参与
Stargazers Count457
Watchers Count29
Fork Count98
Commits Count1.2k
Has Issues Enabled
Issues Count155
Issue Open Count14
Pull Requests Count237
Pull Requests Open Count6
Pull Requests Close Count72
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

About

Kotlin + JHipster = KHipster

Documentation and information about KHipster is available here

Full documentation and information about JHipster is available here


Build status

Angular

React

Greetings, Kotlin Hipster!

NPM version
Dependency Status

🚀 How to get started

Install the package with npm install -g generator-jhipster-kotlin

  1. Install the package with npm install -g generator-jhipster-kotlin
  2. Create and navigate to a directory
  3. Generate the application with khipster

Using Docker

Download the Dockerfile:

mkdir docker
cd docker
wget https://github.com/jhipster/jhipster-kotlin/raw/main/docker/Dockerfile

Build the Docker images:

docker build -t jhipster-generator-kotlin:latest .

Make a folder where you want to generate the Service:

mkdir service
cd service

Run the generator from image to generate service:

docker run -it --rm -v $PWD:/home/khipster/app jhipster-generator-kotlin

Run and attach interactive shell to the generator docker container to work from inside the running container:

docker run -it --rm -v $PWD:/home/khipster/app jhipster-generator-kotlin /bin/bash

🚦 What we have now

✅ General App generation - khipster

✅ Spring Controller - khipster spring-controller <controller-name>

✅ Spring Service - khipster spring-service <service-name>

✅ Entity generation - khipster entity <entity-name>

❤️ for community

Found an issue, let us know here.

Interested in contributing, check out our contributing guide to get started.

Any questions sendilkumarn