-
Import initial database structure and data from
microdb.sql
-
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>
-
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
inFRONTEND/sakai-react
instead of the service.
Default admin account
Username: admin
Password: 000000