Skip to content

Instantly share code, notes, and snippets.

View smartinrub's full-sized avatar
🚀

Sergio Martin Rubio smartinrub

🚀
View GitHub Profile
## DEFINE DIT ROOT/BASE/SUFFIX ####
## uses RFC 2377 format
## replace example and com as necessary below
## or for experimentation leave as is
## dcObject is an AUXILLIARY objectclass and MUST
## have a STRUCTURAL objectclass (organization in this case)
# this is an ENTRY sequence and is preceded by a BLANK line
dn: dc=example,dc=com
@smartinrub
smartinrub / schema.graphql
Created July 15, 2019 16:27
Schema Example
type Hotel {
id: ID!
# Hotel name
name: String!
# Hotel address
address: String!
# Date of the hotel registry creation
creationDate: String!
# List of rooms for a particular hotel
room: [Room]!
@smartinrub
smartinrub / .gitignore
Last active March 22, 2020 20:22
Base .gitignore file
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/test/**
### STS ###
.apt_generated
.classpath
.factorypath