BlueDev is a reference implementation of the bedrock pattern. Bedrock pattern is used to share code and configuration between applications. It’s a clever way of using Git to remove the pain of having to write boilerplate code over and over again for your microservices (or lambdas), but it also provides an easy way to propagate updates to existing projects.
The available bedrocks of BlueDev are:
Level 1 Bedrock | Level 2 Bedrocks | Description |
---|---|---|
java-sb-base-bedrock | You can use this bedrock to create applications using Spring Boot and Java language | |
java-sb-rest-bedrock | You can use this bedrock to create RESTful API using Spring Boot and Java language | |
java-sb-jpa-bedrock | You can use this bedrock to create SQL database management application using Spring Boot and Java language |
Level 1 Bedrock | Level 2 Bedrocks | Description |
---|---|---|
node-js-base | You can use this bedrock to create applications using NodeJs | |
node-js-graphql | You can use this bedrock to create GraphQL API using NodeJs |
We would love to see your contribution to the BlueDev. You can create Pull Requests and propose changes or creating new bedrocks.
MIT Licensed. See LICENSE for full details.