BilalAM / self-erp

Collection of small microservices building up a small erp with JavaFX and Springboot
3 stars 1 forks source link

Common pre-requirements for starting the microservices #2

Open BilalAM opened 5 years ago

BilalAM commented 5 years ago

Consider creating a utility class that has some common pre-reqs that are required prior to starting up the erp-application . Functions like : startMysql() checkOrCreateDatabase() and so on

BilalAM commented 5 years ago

startMySqlService() is done on 26a905396443b8142fc88b44f9e745fb48a1191e commit .