1 Star 0 Fork 23

cheng137 / cloud-jhipster

forked from heyuxian / cloud-jhipster 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
heyuxian 提交于 2018-03-19 22:10 . init project

JHipster Registry

Build Status Docker Pulls

This is the JHipster registry service, based on Spring Cloud Netflix, Eureka and Spring Cloud Config.

Full documentation is available on the JHipster documentation for microservices.

Deploy to Heroku

Click this button to deploy your own instance of the registry:

Deploy to Heroku

There are a few limitations when deploying to Heroku.

  • The registry will only work with native configuration (and not Git config).
  • The registry service cannot be scaled up to multiple dynos to provide redundancy. You must deploy multiple applications (i.e. click the button more than once). This is because Eureka requires distinct URLs to synchronize in-memory state between instances.

Running locally

To run the cloned repository;

  • For development run ./mvnw -Pdev,webpack to just start in development or run ./mvnw and run yarn && yarn start for hot reload of client side code.
  • For production profile run ./mvnw -Pprod
Java
1
https://gitee.com/cheng137/cloud-jhipster.git
git@gitee.com:cheng137/cloud-jhipster.git
cheng137
cloud-jhipster
cloud-jhipster
master

搜索帮助