Coder Social home page Coder Social logo

in28minutes / docker-crash-course Goto Github PK

View Code? Open in Web Editor NEW
345.0 345.0 476.0 4.41 MB

Docker for beginners - with Java and Spring Boot Applications and Microservices

Home Page: https://www.udemy.com/course/docker-course-with-java-and-spring-boot-for-beginners/?couponCode=LEARN-2019

License: MIT License

Java 65.71% Dockerfile 1.62% HTML 3.01% JavaScript 28.62% CSS 1.05%

docker-crash-course's Introduction

docker-crash-course's People

Contributors

in28minutes 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

docker-crash-course's Issues

02-todo-web-application-h2 Fail

For this project I have completed the following steps using Intellij 20 IDE three times: one time each on two different Ubuntu OS machines and one time on a Windows 10 OS machine, resulting in the same problem:

  • Run SpringBootFirstWebApplication

  • Go to http://localhost8080/login in Chrome - receive the login page

  • Entered the login credentials: in28minutes/dummy; click the Sign in button

  • All three instances return:
    This localhost page can't be found
    No webpage was found for the web address: http://locahost:8080/

     HTTP ERROR 404
    

Have I missed something? Is there something additional that needs to be downloaded and installed to make this run without issues?

Thank you for your time.

jar Not Found

/bin/sh: [java,-jar,/tmp/hello-world-rest-api.jar]: not found

Connection refused: no further information executing GET http://localhost:8000/currency-exchange/from/EUR/to/INR

For this proyect 06-currency-conversion-service I am presenting an error when I run it as it is, as Java Application. tried downloading the codes again. resulting in the same problem:
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.

Tue Mar 30 18:49:27 CLST 2021
There was an unexpected error (type=Internal Server Error, status=500).
Connection refused: no further information executing GET http://localhost:8000/currency-exchange/from/EUR/to/INR
feign.RetryableException: Connection refused: no further information executing GET http://localhost:8000/currency-exchange/from/EUR/to/INR
Screenshot (149)

Remove all repository entries from your example project pom files

In more or less all of your project you defined repositories like this:

	<repositories>
		<repository>
			<id>spring-snapshots</id>
			<name>Spring Snapshots</name>
			<url>https://repo.spring.io/snapshot</url>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</repository>
		<repository>
			<id>spring-milestones</id>
			<name>Spring Milestones</name>
			<url>https://repo.spring.io/milestone</url>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
		</repository>
	</repositories>

	<pluginRepositories>
		<pluginRepository>
			<id>spring-snapshots</id>
			<name>Spring Snapshots</name>
			<url>https://repo.spring.io/snapshot</url>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</pluginRepository>
		<pluginRepository>
			<id>spring-milestones</id>
			<name>Spring Milestones</name>
			<url>https://repo.spring.io/milestone</url>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
		</pluginRepository>
	</pluginRepositories>

If you are not using milestone versions there are not needed cause the GA releases of Spring boot are available via Central repository.

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.