LoginSignup
1
1

More than 5 years have passed since last update.

DropwizardのBanner

Posted at

Bannersを試す。
Resource、Health CheckはGetting Startedと同じ。

Dropwizardのバージョンは0.6.2。

banner.txt

src/main/resourcesにbanner.txtを置くだけ。

banner.txt
_________ _______  _______ _________
\__   __/(  ____ \(  ____ \\__   __/
   ) (   | (    \/| (    \/   ) (   
   | |   | (__    | (_____    | |   
   | |   |  __)   (_____  )   | |   
   | |   | (            ) |   | |   
   | |   | (____/\/\____) |   | |   
   )_(   (_______/\_______)   )_(   

実行結果

INFO  [2014-02-02 12:43:00,325] com.yammer.dropwizard.cli.ServerCommand: Startin
g hello-world
_________ _______  _______ _________
\__   __/(  ____ \(  ____ \\__   __/
   ) (   | (    \/| (    \/   ) (
   | |   | (__    | (_____    | |
   | |   |  __)   (_____  )   | |
   | |   | (            ) |   | |
   | |   | (____/\/\____) |   | |
   )_(   (_______/\_______)   )_(

INFO  [2014-02-02 12:43:00,330] org.eclipse.jetty.server.Server: jetty-8.y.z-SNA
PSHOT
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1