public class HttpFactoryBean implements FactoryBean<HttpClient>{
private String host;
private int port;
public HttpClient getObject() throws Exception {
return new StdHttpClient.Builder()
https://dzzienki.tistory.com/22
docker exec -it ${MYSQL_CONTAINER} /usr/bin/mysqldump -u root -p ${DATABASE_NAME}}
- getArgs
the method arguments
- getThis
the proxy object. This will always be the same object as that matched by the this pointcut designator.