Skip to content

Instantly share code, notes, and snippets.

View mrook's full-sized avatar

Michiel Rook mrook

View GitHub Profile
@mrook
mrook / phing-monorepo-todo.md
Last active January 23, 2023 19:41
Phing monorepo todo
@mrook
mrook / trackedproj.java
Created August 30, 2017 19:59
Axon TrackingEventProcessor example
@Configuration
public class ProjectionsConfiguration {
@Autowired
private EventHandlingConfiguration eventHandlingConfiguration;
@Autowired
private EventStorageEngine eventStorageEngine;
@PostConstruct
public void startTrackingProjections() throws ClassNotFoundException {
@mrook
mrook / build.yml
Created December 29, 2016 08:41
Sample Phing build.yml
---
project:
_basedir: "."
_default: phpunit
_name: "Phing Build Tests"
items:
-
property:
-
_name: tests.dir