THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
| package config; | |
| import orders.commandhandling.Order; | |
| import orders.commandhandling.OrderCommandHandler; | |
| import org.axonframework.commandhandling.CommandBus; | |
| import org.axonframework.commandhandling.SimpleCommandBus; | |
| import org.axonframework.commandhandling.annotation.AnnotationCommandHandlerBeanPostProcessor; | |
| import org.axonframework.commandhandling.gateway.CommandGatewayFactoryBean; | |
| import org.axonframework.eventhandling.EventBus; | |
| import org.axonframework.eventhandling.SimpleEventBus; |
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
| #!/bin/bash | |
| # Check if user is root | |
| if [ $(id -u) != "0" ]; then | |
| echo "Error: You must be root to run this script, please use root to install the software." | |
| exit 1 | |
| fi | |
| apt-get remove libtidy-0.99-0 tidy | |
| apt-get install git-core automake libtool checkinstall |