Git Product home page Git Product logo

Comments (9)

borysn avatar borysn commented on May 31, 2024 1

@siva2sachin that's strange, you should have had to start the server from a console, in which case you could do something like <ctrl> + d in order to end the current running thread. If for some reason you no longer have access to the console which started the server...on a linux box, you could execute ps aux | grep java, and kill any running threads. On windows you could use your task manager to locate and end the server. A good restart I'm sure will get it done as well. Does that solve your issue?

If not, I could try to assist you better if you let me know more about your dev environment, and how you started the server.

from spring-boot-angular2.

borysn avatar borysn commented on May 31, 2024 1

@siva2sachin it should also be noted that the angular2 js code will continue to run (as long as you still have the page loaded), even if the backend java server is stopped. This would lead to not being able to see the json message when navigating to http://localhost:8080/#/hello, but if you exit the window and try to return, you will see an appropriate ERR_CONNECTION_REFUSED message.

from spring-boot-angular2.

siva2sachin avatar siva2sachin commented on May 31, 2024

Thanks for you help!!. I resolved that issue with STS tool. I have a problem with bootstrap css. when I add below code to html, it's displaying as simple text instead of bootstrapped css in the outpage.
input:
`

Level 1 column
Level 2
Level 2
`

Output:

Level 1 column
Level 2
Level 2

Do i need to add anything more for bootstrap stuff?

from spring-boot-angular2.

borysn avatar borysn commented on May 31, 2024

@siva2sachin I did not package bootstrap with the starter kit, you will have to add the dependencies yourself. There are so many different front-end libraries, it makes sense to add those when you need them. Here's a general guide for adding front-end dependencies.

  1. update src/main/package.json
    • add necessary bootstrap dependencies
  2. update src/main/gulpfile.js
    • add entry to copy dependencies to static
  3. update src/main/index.html
    • add links to external css/js

from spring-boot-angular2.

siva2sachin avatar siva2sachin commented on May 31, 2024

Thanks. I included and it works fine.

from spring-boot-angular2.

siva2sachin avatar siva2sachin commented on May 31, 2024

I'm trying to connect to Informix JDBC. I have added the dependency(org.springframework.boot:spring-boot-starter-jdbc) to build.gradle file and trying to build it again. When I do "gradle clean build", I'm getting bellow error messages. Can you please correct me what i'm doing wrong here.

image

error_jdbc

Can you please help me how to setup informix JDBC connection from this Spring framework?

Advance Thanks for your help and effort!!

from spring-boot-angular2.

borysn avatar borysn commented on May 31, 2024

@siva2sachin adding a jdbc connection is a little out of scope here for me. I recommend following a mkyong tutorial, or searching around for something which suites your needs. Feel free to take a look at another spring project I have going as well. RVEP and the wiki-entry

from spring-boot-angular2.

borysn avatar borysn commented on May 31, 2024

@siva2sachin if you no longer have issues regarding the original query, I would like to go ahead and close up this ticket.

from spring-boot-angular2.

siva2sachin avatar siva2sachin commented on May 31, 2024

Thanks for your help. I will take a look on that.

Sure :) please close this query as the original issue got resolved for me.

from spring-boot-angular2.

Related Issues (18)

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.