Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
/ diary Public archive

Demo project for Spring Boot. This is a full-stack web application that you can use to write diaries.

Notifications You must be signed in to change notification settings

xh-lin/diary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diary

  • This is a web app that you can write things down.
  • A demo project for Spring Boot.

Demo Link

Preview

Alt text Alt text Alt text Alt text

Spring Initializr

https://start.spring.io/#!type=maven-project&language=java&platformVersion=2.6.6&packaging=jar&jvmVersion=11&groupId=com.xuhuang&artifactId=diary&name=diary&description=Demo%20project%20for%20Spring%20Boot&packageName=com.xuhuang.diary&dependencies=web,thymeleaf,security,mariadb,data-jpa,lombok,validation,devtools

Env variables need to be set

DIARY_ACTIVE_PROFILE="dev" # dev / qa

DIARY_DEV_HOST="localhost"
DIARY_DEV_PORT="3306"
DIARY_DEV_DB="diarydev"
DIARY_DEV_USERNAME="root"
DIARY_DEV_PASSWORD="root"

DIARY_QA_HOST=...
DIARY_QA_PORT=...
DIARY_QA_DB=...
DIARY_QA_USERNAME=...
DIARY_QA_PASSWORD=...

About

Demo project for Spring Boot. This is a full-stack web application that you can use to write diaries.

Topics

Resources

Stars

Watchers

Forks