Skip to content

Instantly share code, notes, and snippets.

View ryanaleksander's full-sized avatar

Lâm Tuấn Anh ryanaleksander

  • Ho Chi Minh, Vietnam
View GitHub Profile
org.springframework.test.context.support.DependencyInjectionTestExecutionListener@60addb54, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3f2a3a5, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4cb2c100, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6fb554cc]
Aug 04, 2016 3:03:57 AM org.springframework.context.support.GenericApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.GenericApplicationContext@548a9f61: startup date [Thu Aug 04 03:03:57 PDT 2016]; root of context hierarchy
Aug 04, 2016 3:03:57 AM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Aug 04, 2016 3:03:58 AM org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker postProcessAfterInitialization
INFO: Bean 'repository
import React from 'react';
import Profile from './github/Profile.jsx'
class App extends React.Component {
constructor(props) {
super(props);
this.state = {
username: 'ryanaleksander',
userData: [],
userRepos: [],