baioc / padnt

A Dontpad clone implemented with Spring Boot

Home Page:https://www.baioc.dev/portfolio/padnt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Dontpad clone implemented with Spring Boot

https://www.baioc.dev/portfolio/padnt/

License:GNU Affero General Public License v3.0


Languages

Language:Java 63.5%Language:HTML 36.5%