stunstunstun / dietxurl-spring-example

DIETXURL is a kind of Shorten URL service by Spring Boot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

DIETXURL is a kind of Shorten URL service by Spring Boot

Environments

  • JDK 8, Gradle

Download & Run

$ git clone https://github.com/stunstunstun/dietxurl.git
$ cd dietxurl
$ ./gradlew bootRun

The application creates a server process via embedded Tomcat, so the port on the server is 8080

Test

$ ./gradlew test

Run

Run the application with the Gradle command

$ ./gradlew bootRun

After running the application, connect to the address below in your browser.

http://localhost:8080/

About

DIETXURL is a kind of Shorten URL service by Spring Boot


Languages

Language:Java 83.9%Language:CSS 7.1%Language:HTML 4.9%Language:JavaScript 4.1%