Skip to content

Committee-of-System-Library/knu-cse-notice-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

configuration (Test DB)

application.yml

group:
  email: email

spring:
  datasource:
    driver-class-name: org.h2.Driver
    url: "jdbc:h2:mem:test"
  jpa:
    hibernate:
      ddl-auto: create
      
# Swagger Config
  springdoc:
    swagger-ui:
      path: swagger.html
      operations-sorter: method
    #  version: v1
    paths-to-match: /api/**
    
# MailSender Config
  mail:
    host: smtp.naver.com
    port: 587
    username: username
    password: password
    properties:
      mail:
        smtp:
          auth: true

Execute

$ ./gradlew clean build -x test
$ cd build/libs
$ java -jar *.jar

About

[BackEnd] Discord Notice Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages