Skip to content

Commit ed836d6

Browse files
Merge pull request #3 from sujitmajumdar42/master
Adding gradle wrapper and travis script
2 parents 98e2e8a + 63125cb commit ed836d6

File tree

6 files changed

+271
-1
lines changed

6 files changed

+271
-1
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: java
2+
install: true
3+
4+
jdk:
5+
- oraclejdk8
6+
7+
script:
8+
- ./gradlew clean build

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Memcached with Spring Boot [![MIT license](https://img.shields.io/badge/license-GPL_3.0-yellow.svg)](https://raw.githubusercontent.com/CodeStuff-Repo/Spring_Memcached/master/LICENSE)
1+
# Memcached with Spring Boot [![MIT license](https://img.shields.io/badge/license-GPL_3.0-yellow.svg)](https://raw.githubusercontent.com/CodeStuff-Repo/Spring_Memcached/master/LICENSE) [![Build Status](https://travis-ci.org/CodeStuff-Repo/Spring_Memcached.svg?branch=master)](https://travis-ci.org/CodeStuff-Repo/Spring_Memcached)
2+
23
## Why Memcached ?
34
##### *Are you interacting with Database for each transaction?*
45
Then you must apply a cache mechanism to avoid multiple database calls and faster response.

gradle/wrapper/gradle-wrapper.jar

53.1 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
distributionBase=GRADLE_USER_HOME
2+
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-bin.zip
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists

gradlew

Lines changed: 172 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 84 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)