Giter Site home page Giter Site logo

vmware-archive / springsource-cloudfoundry-samples Goto Github PK

View Code? Open in Web Editor NEW
258.0 54.0 182.0 12.67 MB

Samples for Cloud Foundry

License: Apache License 2.0

Shell 0.54% Java 37.85% CSS 15.00% Groovy 10.60% JavaScript 20.29% XSLT 10.55% FreeMarker 0.08% HTML 4.71% Pug 0.40%

springsource-cloudfoundry-samples's Introduction

springsource-cloudfoundry-samples is no longer actively maintained by VMware, Inc.

springsource-cloudfoundry-samples's People

Contributors

burtbeckwith avatar cer avatar dsyer avatar graemerocher avatar hkarakose avatar jbrisbin avatar joshlong avatar markfisher avatar markpollack avatar pledbrook avatar ramnivas avatar scottfrederick avatar tlang avatar trevormarshall avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

springsource-cloudfoundry-samples's Issues

patch to package ticker-analysis/spring-ticker-analysis

just FYI ... here's what I needed to do to get 'mvn package' to work for ticker-analysis/spring-ticker-analysis

I was seeing

[ERROR] Failed to execute goal on project ticker-analysis: Could not resolve dependencies for project org.cloudfoundry.samples:ticker-analysis:war:1.0.0-BUILD-SNAPSHOT: Could not find artifact org.jredis:jredis-anthonylauzon:jar:03122010 in org.springframework.maven.milestone (http://maven.springframework.org/milestone) -> [Help 1]

until I made the following change

$ git diff pom.xml
diff --git a/ticker-analysis/spring-ticker-analysis/pom.xml b/ticker-analysis/spring-ticker-analysis/pom.xml
index 2d2a63f..9da16d5 100644
--- a/ticker-analysis/spring-ticker-analysis/pom.xml
+++ b/ticker-analysis/spring-ticker-analysis/pom.xml
@@ -127,6 +127,17 @@
                        <groupId>org.springframework.data</groupId>
                        <artifactId>spring-data-redis</artifactId>
                        <version>1.0.0.M2</version>
+                       <exclusions>
+                         <exclusion>
+                           <groupId>org.jredis</groupId>
+                           <artifactId>jredis-anthonylauzon</artifactId>
+                         </exclusion>
+                       </exclusions>
+               </dependency>
+               <dependency>
+                 <groupId>redis.clients</groupId>
+                 <artifactId>jedis</artifactId>
+                 <version>2.0.0</version>
                </dependency>
                <dependency>
                        <groupId>org.springframework.data</groupId>

as suggested in https://jira.springsource.org/browse/DATAREDIS-70 .

retwis-j database configuration

Hi
I am going through retwis-j example. The tutorial does not mention about cloudfoundry:

http://docs.spring.io/spring-data/data-keyvalue/examples/retwisj/current/

But spring configuration is set up to use cloudfoundry in applicationContext-redis.xml:

<cloud:service-properties id="cfoundryEnv" />
<context:property-placeholder properties-ref="cfoundryEnv"/>

It looks there is a contradiction with the tutorial and the implementation. Can this be considered as a bug?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.