8000 GitHub - hogle-vue/vuejs.spring-boot.mysql at 6df4175562bef5b0eb9e2edbe9ff00101637e6a9
[go: up one dir, main page]

Skip to content

hogle-vue/vuejs.spring-boot.mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskAgile

Open source task management tool built with Vue.js 2, Spring Boot 2, and MySQL 5.7+

Local development

Create src/main/resources/application- 671C dev.properties with the following settings to override the settings in application.properties.

spring.datasource.url=jdbc:mysql://localhost:3306/task_agile?useSSL=false
spring.datasource.username=<your username>
spring.datasource.password=<your password>

Commands

  • Use mvn install to build both the front-end and the back-end
  • Use mvn test to run the tests of the back-end and the front-end
  • Use mvn spring-boot:run to start the back-end
  • Use npm run serve inside the front-end directory to start the front-end
  • Use java -jar target/app-0.0.1-SNAPSHOT.jar to start the bundled application

About

Full-stack implementation of TaskAgile application with Vue.js, Spring Boot, and MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 70.9%
  • Vue 17.3%
  • JavaScript 11.4%
  • HTML 0.1%
  • Shell 0.1%
  • FreeMarker 0.1%
  • Dockerfile 0.1%
0