This is an automated email from the ASF dual-hosted git repository. juhan pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract-cn-group.git
commit 7596a1d5d86aec0591eb9a3dc97d23a213e8346a Author: Juhan Aasaru <[email protected]> AuthorDate: Sun Oct 6 10:42:25 2019 +0300 add application specific start-up banner --- service/src/main/resources/banner.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/service/src/main/resources/banner.txt b/service/src/main/resources/banner.txt new file mode 100644 index 0000000..1c5f1e7 --- /dev/null +++ b/service/src/main/resources/banner.txt @@ -0,0 +1,11 @@ + _____ _ _ ____ _ _ + | ___(_)_ __ ___ _ __ __ _ ___| |_ / ___| \ | | + | |_ | | '_ \ / _ \ '__/ _` |/ __| __|____| | | \| | + | _| | | | | | __/ | | (_| | (__| ||_____| |___| |\ | + |_| |_|_| |_|\___|_| \__,_|\___|\__| \____|_| \_| + ____ + / ___|_ __ ___ _ _ _ __ + | | _| '__/ _ \| | | | '_ \ + | |_| | | | (_) | |_| | |_) | + \____|_| \___/ \__,_| .__/ + |_|
