Head's Up! Site migration is underway. Phase 1: replicate users.
β09-15-2022 01:04 PM
import org.springframework.data.neo4j.core.schema.Id; import org.springframework.data.neo4j.core.schema.Node; import org.springframework.data.neo4j.core.schema.Property; @Node("customer") public class Customer { @Id @Property("mobnumber") private String mobnumber; @Id @Property("accnumber") private String accnumber;
All the sessions of the conference are now available online