jackmatt2 / ember-spring

Using Ember.js with the Spring Framework
MIT License
12 stars 6 forks source link

I have cloned the project and deploy it,but it does not work. #2

Open yong-hong opened 9 years ago

yong-hong commented 9 years ago

I can get data with 'http://localhost:8400/emberspring/blogs //-------------------------------------------------------------------------- { "blogs" : [ { "id" : 1, "active" : true, "name" : "EmberJs", "category" : 2, "createDate" : "2015-06-17T02:00:24.160+0000", "links" : { "posts" : "posts" } }, { "id" : 2, "active" : true, "name" : "Spring Framework", "category" : 2, "createDate" : "2015-06-17T02:00:24.160+0000", "links" : { "posts" : "posts" } }, { "id" : 3, "active" : true, "name" : "Spring + EmberJs", "category" : 2, "createDate" : "2015-06-17T02:00:24.160+0000", "links" : { "posts" : "posts" } } ], "meta" : { "totalRecords" : 3 } } //--------------------------------------------------------------------------

but no data shows with link 'http://localhost:8400/emberspring/index.html'

What should I do to show data?

jackmatt2 commented 9 years ago

This should work but can you try http://localhost:8400/emberspring/index.html#/blogs

jackmatt2 commented 9 years ago

@yong-hong did you get this working eventually?

milanrath0d commented 6 years ago

Imported a project and started tomcat server.

But no data shows with link: http://localhost:8080/emberspring/index.html

knirmal1986 commented 6 years ago

Imported the project and started tomcat server. Facing the same issue. No data shows with link . http://localhost:8080/emberspring/index.html

jackmatt2 commented 6 years ago

Open Google Chrome developer tools and take a look at the logs. What do they say?

knirmal1986 commented 6 years ago

Log is empty. Nothing is there to trace out.