Skip to content

Bigtablet/bigtablet-homepage-server

Repository files navigation

Bigtablet Homepage Server

This project was developed using the following technologies.

  • Spring Boot (4.0.4)
  • Java (21)
  • MySQL (8.0)

Project execution steps:

  1. JDK 21 or higher, Gradle, and Git must be installed.
  2. Enter the following command in the terminal to clone this project to your local machine.
    git clone https://github.com/Bigtablet/bigtablet-homepage-server.git
  3. After moving to the folder where the project is stored, run the following commands in order. (You must enter the required keys defined in the yml file yourself.)
    • If you're on Linux/MacOS
       ./gradlew build
       ./gradlew bootRun
       java -jar build/libs/bigtablet-homepage-server-1.5.11.jar
    • If you're on Window
       gradlew build
       gradlew bootRun
       java -jar build/libs/bigtablet-homepage-server-1.5.11.jar
  4. If a port conflict occurs on port 8080, change the port number at the end of the command below to one that is not in use, and then run it.
    java -jar build/libs/bigtablet-homepage-server-1.5.11.jar --server.port=[port number]

Packages

 
 
 

Contributors

Generated from lgwk42/auth-template