Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Integration API with Spring

To follow the steps in this tutorial, you will need the correct version of Java and sbt. The tutorial requires:

  • Java Software Developer's Kit (SE) 21
  • Maven 3.6.3

To check your Java version, enter the following in a command window:

java -version

To check your sbt version, enter the following in a command window:

mvn -version

If you do not have the required versions, follow these links to obtain them:

Build and run the project

The project was created with Spring Initializr

To build and run the project:

  1. Use a command window to change into the example project directory, for example: cd qrcode-spring

  2. Build the project. Enter: mvn clean install or .\mvnw clean install.

  3. Run with: java -jar target/registros-1.0.0-SNAPSHOT.jar The project starts the embedded HTTP server. Since this downloads libraries and dependencies, the amount of time required depends partly on your connection's speed.

  4. After the message br.com.registros.RegistrosApplication : Started RegistrosApplication, ... displays, enter the following URL in a browser: http://localhost:8080

The Spring responds: Index Page!

Informações Adicionais

Próximos passos integrar com as Secrets/Tokens do Instagram

About

QRCode Instagram Followers

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages