forked from spring-attic/spring-social-github
-
Notifications
You must be signed in to change notification settings - Fork 1
Github API binding and connect support.
License
jdamerow/spring-social-github
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
============================= Spring Social GitHub ============================ To check out the project and build from source, do the following: git clone git://github.com/SpringSource/spring-social-github.git cd spring-social-github ./gradlew build ------------------------------------------------------------------------------- To generate Eclipse metadata (.classpath and .project files), do the following: ./gradlew eclipse Once complete, you may then import the projects into Eclipse as usual: File -> Import -> Existing projects into workspace ------------------------------------------------------------------------------- To generate IDEA metadata (.iml and .ipr files), do the following: ./gradlew idea ------------------------------------------------------------------------------- To build the JavaDoc, do the following from within the root directory: ./gradlew :docs:api The result will be available in 'docs/build/api'. ------------------------------------------------------------------------------- To install as Maven artificat, run: ./gradlew publishToMavenLocal =============================================================================== To install via Docker, run: docker run --rm -v "$PWD":/usr/src/myapp arm64v8/openjdk:8u131-jdk tail -f /dev/null Then connect to Docker (where silly_dubinsky is the name of your container): docker exec -it silly_dubinsky bash In Docker: ./gradlew publishToMavenLocal cp -r .m2/repository/org/springframework/social/spring-social-github/ /usr/src/myapp/ Then copy created Maven dependency from /usr/src/myapp/ to your ~/.m2 repository folder. ================================================================================
About
Github API binding and connect support.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 71.0%
- XSLT 21.9%
- CSS 6.9%
- HTML 0.2%