Skip to content

baioc/padnt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Padn't

Padn't is a Dontpad clone implemented with Java Spring Boot.


padnt-index-transparent

Starting the server

$ mvn spring-boot:run

Environment variables

Name Value
SERVER_PORT 8080
LOGGING_LEVEL_ROOT INFO
LOGGING_LEVEL_BAIOC_PADNT ${LOGGING_LEVEL_ROOT}
JAVA_OPTS ''

NOTE: JAVA_OPTS can be used to override anything else on application.properties, for instance.