Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

NotificationsYou must be signed in to change notification settings

taskagile/vuejs.spring-boot.mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Local development

Createsrc/main/resources/application-dev.properties with the following settings to override the settings inapplication.properties.

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

Commands

  • Usemvn install to build both the front-end and the back-end
  • Usemvn test to run the tests of the back-end and the front-end
  • Usemvn spring-boot:run to start the back-end
  • Usenpm run serve inside thefront-end directory to start the front-end
  • Usejava -jar target/app-0.0.1-SNAPSHOT.jar to start the bundled application

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp