Cloud efficiency publish different applications tenants k8s

1. Demand

     Application development environment is the development environment used by testers, in addition to applications running in the cloud-dependent products, but also need to purchase cloud products and product development, operation and maintenance personnel.

There are:

  • Cloud-efficient continuous integration
  • maven private warehouse
  • gitlib code repository
  • Node module warehouse
  • Mirror warehouse purchase
  • Application Development Environment Operating Environment

2. Related cloud efficiency and

    2.1 maven code repository:

             maven private warehouse configuration:

  1. profiles node maven tools to increase private warehouse repository; 
  2. settings file to the root directory or a code library directory pom.xml increase repository node, point to a private warehouse.

Upload private warehouse:

Using the migrate-local-repo-tool.jar (from open source tools) to upload:

$ java -jar migrate-local-repo-tool.jar -cd "/$HOM

Guess you like

Origin yq.aliyun.com/articles/716008