2023-10-sneaky-notes

  • query
  • deployment
  • what i came here for
InjectableValues inject = new InjectableValues.Std().addValue(String.class, "jenkov.com");
PersonInject personInject = new ObjectMapper().reader(inject)
                      .forType(PersonInject.class)
                      .readValue(new File("data/person.json"));
  • Food stuffs
  • Am I a bad person?