All Projects → jhipster → Jhipster Kotlin

jhipster / Jhipster Kotlin

Licence: apache-2.0
Kotlin based JHipster

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Jhipster Kotlin

Generator Jhipster
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
Stars: ✭ 19,162 (+5552.51%)
Mutual labels:  hacktoberfest, spring-boot, jhipster, yeoman-generator
generator-jhipster-svelte
Generate Svelte powered JHipster web applications
Stars: ✭ 44 (-87.02%)
Mutual labels:  yeoman-generator, blueprint, jhipster
Jhipster
DEPRECATED: use https://github.com/jhipster/jhipster-bom instead
Stars: ✭ 399 (+17.7%)
Mutual labels:  hacktoberfest, spring-boot, jhipster
generator-jhipster-grpc
JHipster module, Adds support for gRPC and generates gRPC CRUD services
Stars: ✭ 43 (-87.32%)
Mutual labels:  yeoman-generator, jhipster
Generator Spfx
Open-source generator to extend the capabilities of the Microsoft SPFx generator
Stars: ✭ 150 (-55.75%)
Mutual labels:  hacktoberfest, yeoman-generator
Kogito Runtimes
Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 188 (-44.54%)
Mutual labels:  hacktoberfest, spring-boot
Kogito Examples
Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 96 (-71.68%)
Mutual labels:  hacktoberfest, spring-boot
Jwt Spring Security Demo
This is a demo for using JWT (JSON Web Token) with Spring Security and Spring Boot. I completely rewrote my first version. Now this solution is based on the code base from the JHipster Project. I tried to extract the minimal configuration and classes that are needed for JWT-Authentication and did some changes.
Stars: ✭ 2,843 (+738.64%)
Mutual labels:  spring-boot, spring-security
okta-jhipster-microservices-oauth-example
A microservices architecture built with JHipster, OAuth 2.0, and Okta
Stars: ✭ 29 (-91.45%)
Mutual labels:  spring-security, jhipster
Blog Tutorials
⭐️ Codebase for the tutorials on my blog about Java, Spring Boot, AWS, Kotlin and Testing
Stars: ✭ 257 (-24.19%)
Mutual labels:  spring-boot, spring-security
Angular Spring Starter
Full stack starter kit featuring Angular 7, Spring boot and stateless JWT authentication.
Stars: ✭ 294 (-13.27%)
Mutual labels:  spring-boot, spring-security
Jhipster Dotnetcore
JHipster.NET blueprint
Stars: ✭ 144 (-57.52%)
Mutual labels:  hacktoberfest, jhipster
Jhipster Online
JHipster Online lets you generate your JHipster projects through a user friendly web interface.
Stars: ✭ 140 (-58.7%)
Mutual labels:  hacktoberfest, jhipster
Generator Awesome List
😎 Yeoman generator for GitHub awesome lists
Stars: ✭ 203 (-40.12%)
Mutual labels:  hacktoberfest, yeoman-generator
Downlords Faf Client
Official client for Forged Alliance Forever
Stars: ✭ 121 (-64.31%)
Mutual labels:  hacktoberfest, spring-boot
Spring Boot Spring Security Jwt Authentication
Spring Boot + Security: Token Based Authentication example with JWT, Authorization, Spring Data & MySQL
Stars: ✭ 292 (-13.86%)
Mutual labels:  spring-boot, spring-security
Joinfaces
JoinFaces: JSF Spring Boot Starters - JSF inside Spring Boot Application
Stars: ✭ 295 (-12.98%)
Mutual labels:  spring-boot, spring-security
Xboot
基于Spring Boot 2.x的一站式前后端分离快速开发平台XBoot 微信小程序+Uniapp 前端:Vue+iView Admin 后端:Spring Boot 2.x/Spring Security/JWT/JPA+Mybatis-Plus/Redis/Elasticsearch/Activiti 分布式限流/同步锁/验证码/SnowFlake雪花算法ID 动态权限 数据权限 工作流 代码生成 定时任务 社交账号 短信登录 单点登录 OAuth2开放平台 客服机器人 数据大屏 暗黑模式
Stars: ✭ 3,432 (+912.39%)
Mutual labels:  spring-boot, spring-security
Generator Jhipster Micronaut
Stars: ✭ 63 (-81.42%)
Mutual labels:  hacktoberfest, jhipster
Generator Jhipster Quarkus
Quarkus blueprint for JHipster
Stars: ✭ 85 (-74.93%)
Mutual labels:  hacktoberfest, jhipster

About

JHipster is a development platform to quickly generate, develop, and deploy modern web applications and microservice architectures. We support many frontend technologies, including Angular, React, and Vue. We even have mobile app support for Ionic and React Native! On the backend, we support Spring Boot (with Java or Kotlin), Micronaut, Quarkus, Node.js, and .NET. For deployment, we embrace cloud native principles with Docker and Kubernetes. Deployment support exists for AWS, Azure, Cloud Foundry, Google Cloud Platform, Heroku, and OpenShift.

Documentation and information about KHipster is available here

Full documentation and information about JHipster is available here


Build status

Angular

React

Webflux

Microservices

KHipster Generated Applications CI

Greetings, Kotlin Hipster!

NPM version Dependency Status

This project adds Kotlin to the JHipster application 😎. It is based on JHipster Blueprint 🔵.

🚀 How to get started

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

  1. Make sure you have yo installed with npm install -g yo
  2. Install the package with npm install -g generator-jhipster-kotlin
  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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].