Skip to content

SethAlilio/microservice-template

Repository files navigation

SETUP

  1. Import initial database structure and data from microdb.sql

  2. Update database credentials at config-server/src/main/resources/common-config/application.properties

spring.datasource.url=jdbc:mysql://<ip>:<port>/<schema>?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=round&useSSL=true
spring.datasource.username=<username>
spring.datasource.password=<password>
  1. Run the services in this order. Recommended to use compound to run these services together

    Essentials

    • config-server
    • service-registry
    • springboot-admin

    Main services

    • system-service
    • <add your services here>

    Frontend

    • auth-service
    • edge-service
    • user-frontend

    For development, run frontend through npm start in FRONTEND/sakai-react instead of the service.

ACCESS

Default admin account

Username: admin

Password: 000000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published