Skip to content

now-start/discord-bot

Repository files navigation

study

build codecov

This project is designed to study Spring Boot 3.X, CI/CD, and various architectures.

Demo

Dependencies

Details
  • Java 17
  • Spring-Boot 3.0.4
  • Mapstruct 1.5.3
  • SpringDoc 2.0.4
  • Querydsl 5.0.0
  • Jasypt 3.0.5
  • Jwt 0.9.1
  • Jacoco plugin
  • DB
    • H2
    • MariaDB

Getting Started

gradlew clean build -x test
  • You must enter a ${PASSWORD}
java -Dspring.security.password=${PASSWORD} -Dspring.profiles.active=${PROFILE} -jar study-0.0.1-SNAPSHOT.jar
  • If you don't know the password or want to use a different DB, you must create a application-${PROFILE}.yml file and enter a ${PROFILE} environment variable
    • url: database url
    • username: database id
    • password: database password
#### Spring
spring:
  #### Data Source
  datasource:
    url: 
    username: 
    password: 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published