Skip to content

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

License

Notifications You must be signed in to change notification settings

gmulroney/stackmob-customcode-java-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages