Skip to content

Easy to expose a local Spring Boot Application to the internet by ngrok

Notifications You must be signed in to change notification settings

linux-china/ngrok-spring-boot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngrok-spring-boot-start

Spring boot starter for ngrok, easy to expose a local Spring Boot Application to the internet

ngrok with spring boot

Usage

  • Start local ngrok tunnels: ngrok start --none

  • Add ngrok-spring-boot-starter in your pom.xml:

          <dependency>
                     <groupId>com.mvnsearch.spring.boot</groupId>
                     <artifactId>ngrok-boot-starter</artifactId>
                     <version>1.0.0-SNAPSHOT</version>
          </dependency>

Functions

how it works

The starter automate ngrok via API(http://127.0.0.1:4040/api/)

References

About

Easy to expose a local Spring Boot Application to the internet by ngrok

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages