Skip to content

Property Files

Tyler Moon edited this page Feb 7, 2017 · 1 revision

Needed property files

ATIB-Data

application.properties

  • Used for Spring configuration and MySQL credentials
  • Fill in the details below into the /src/resources/application.properties file
spring.datasource.url= jbdc:mysql://<ip-address>:<port>/<databasename>
spring.datasource.username=
spring.datasource.password=

twitter4j.properties

  • Used for connecting to the Twitter API
  • Fill in the details below into the /src/resources/twitter4j.properties file
debug=true
oauth.consumerKey=
oauth.consumerSecret=
oauth.accessToken=
oauth.accessTokenSecret=