タグ

2016年8月15日のブックマーク (5件)

  • Sonatype Nexusを使用して、ローカルMaven/npmリポジトリを構築する - CLOVER🍀

    追記) Nexus 3を使って、Docker Registryも含めたエントリを書きました。 Sonatype Nexus 3を使用して、PrivateなMavenリポジトリ、npm Registry、Docker Registryを構築する - CLOVER 今まで、自分のローカルMavenリポジトリはApacheを使って単にWebアクセスができる程度にしていたのですが、ちゃんとしたMavenリポジトリのツールを導入したいと思いまして。 また、npmで使うリポジトリも入れられるといいなぁとも思いまして。 こう考えた時に、候補に挙がるのは以下の2つです。 Sonatype Nexus Artifactory なんとなく、最近の情報を見ているとArtifactoryがいいのかな?と思っていたのですが、Artifactoryは対応リポジトリは多いのですけれど、OSS版だとnpmが使えない(Do

    Sonatype Nexusを使用して、ローカルMaven/npmリポジトリを構築する - CLOVER🍀
    msh514
    msh514 2016/08/15
    Nexus Repository Manager
  • Gradle | Installation

    The current Gradle release is 8.10.2. You can download binaries and view docs for all Gradle versions from the releases page. Prerequisites Additional resources Installing with a package manager Installing manually Upgrade with the Gradle Wrapper Older Releases Command-Line Completion Prerequisites Gradle runs on all major operating systems and requires only a Java JDK version 8 or higher to be in

    Gradle | Installation
    msh514
    msh514 2016/08/15
    gradle
  • Project Lombok

    Project Lombok Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java. Never write another getter or equals method again, with one annotation your class has a fully featured builder, Automate your logging variables, and much more.

    msh514
    msh514 2016/08/15
    lombok
  • nginxをHTTPロードバランサのように使う 日本語訳

    複数のアプリケーションインスタンスを横断してロードバランスすることは、リソースの利用の最適化、スループットの最大化、待ち時間の削減、障害耐性の構成のために一般的に用いられる方法です。 nginxをとても効果的なHTTPロードバランサとしてトラフィックを幾つかのアプリケーションサーバに分配するために使うことが可能です。nginxを使ってwebアプリケーションのパフォーマンス、スケーラビリティ、信頼性を改善することができます。 nginxでは以下のロードバランシングメカニズム(あるいはメソッド)がサポートされています: round-robin — アプリケーションへのリクエストはラウンドロビンの形式で分配されます, least-connected — 次のリクエストはアクティブな接続の数がもっとも少ないサーバに割り当てられます, ip-hash — 次のリクエストにどのサーバが選択されるべきか

    msh514
    msh514 2016/08/15
    nginxloadbalancer
  • NGINX

    F5 Sites DevCentral Connect & learn in our hosted community F5 Labs The latest threat intel and research to help protect your apps MyF5 Your key to everything F5, including support, registration keys, and subscriptions Partner Central Research and support for partners LearnF5 Guidance, insights, and how to use F5 products Contact F5 Contact F5 Sales Talk to an F5 sales representative Contact F5 Su

    NGINX
    msh514
    msh514 2016/08/15
    nginx loadbalancer