Skip to content

mediaexpander/Nx8T0sAVxx7QCsehiynR0Ltvf0pyLH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stackmob-customcode-java-starter

Overview

Custom Code Starter project that has all Maven files, folder structures, and EntryPointExtender.java ready.

Run

You can get your code running on StackMob in two ways:

  • running via a JAR
  • running via GitHub

Running via a JAR

To build a JAR, run mvn package from the root folder. You can then Upload your JAR to StackMob, where we'll load your method into your Development environment automatically.

Running via GitHub

If you fork this repository, you can link your Custom Code GitHub repository to StackMob. StackMob will build your project for you and load your methods into your Development environment automatically.

Moving EntryPointExtender.java

Did you change your Java package? (com.myproject.customcode). Be sure you update pom.xml with EntryPointExtender.java's location.

Update <mainClass>com.stackmob.customcode.EntryPointExtender</mainClass> (line 78) in your pom.xml to the appropriate package.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages