Skip to content

Commit

Permalink
add banner and remove unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
Frooodle committed Dec 29, 2023
1 parent 232a556 commit cbe4bca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 131 deletions.
1 change: 0 additions & 1 deletion src/main/java/stirling/software/SPDF/config/AppConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public boolean rateLimit() {
String appName = System.getProperty("rateLimit");
if (appName == null)
appName = System.getenv("rateLimit");
System.out.println("rateLimit=" + appName);
return (appName != null) ? Boolean.valueOf(appName) : false;
}

Expand Down

This file was deleted.

6 changes: 6 additions & 0 deletions src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
____ _____ ___ ____ _ ___ _ _ ____ ____ ____ _____
/ ___|_ _|_ _| _ \| | |_ _| \ | |/ ___| | _ \| _ \| ___|
\___ \ | | | || |_) | | | || \| | | _ _____| |_) | | | | |_
___) || | | || _ <| |___ | || |\ | |_| |_____| __/| |_| | _|
|____/ |_| |___|_| \_\_____|___|_| \_|\____| |_| |____/|_|
Powered by Spring Boot ${spring-boot.version}

0 comments on commit cbe4bca

Please sign in to comment.