Giter VIP home page Giter VIP logo

lakesidemutual's People

Contributors

certary avatar misto avatar socadk 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

lakesidemutual's Issues

Open whole Project in IDE should index all subprojects

Currently if i open the whole folder in Jetbrains IDE with new > import from existing source it does not reconize all subfolder and its projects. I do not want to open each subfolder seperatly and have multiple Windows open of same IDE.

Nice would then also having running configurations so

Possible solutions:

  • commit .idea folder with basic settings (Only solution for IDEA Intellij, but running config would be possible too and it is very popular by students)
  • a root pom.xml config which loads all projects in IDE (maybe https://www.baeldung.com/maven-multi-module)

Generated source in customer-core/src

Hi there ;)

Running LakesideMutual leads to changed Java files in customer-core/src.

Concretely, after running ./run_all_applications.sh, git status gives me several changes:

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	modified:   customer-core/src/main/java/com/lm/ccore/Customer.java
	modified:   customer-core/src/main/java/com/lm/ccore/GetCustomerRequest.java
	modified:   customer-core/src/main/java/com/lm/ccore/GetCustomerResponse.java
	modified:   customer-core/src/main/java/com/lm/ccore/ObjectFactory.java
	modified:   customer-core/src/main/java/com/lm/ccore/Profile.java
	modified:   customer-core/src/main/java/com/lm/ccore/package-info.java

Maybe this is intended but I would expect that I don't have changes after "just running" the app; generated code should not be committed.
Or: if the source shall be visible for understandability: generate it into a separate source folder (for example src-gen), ignore it in .gitignore, and add/commit it with -f (force). Thereby you can commit it; but avoid that users/students have local changes after running the app.

Cheers!
Stefan

Badly configured docker-compose.yml for risk-management-server

Currently, the risk management server doesn't start when using the provided docker-compose.yml. The problem lies in the way the volume is set up (https://github.com/Microservice-API-Patterns/LakesideMutual/blob/master/docker-compose.yml#L110), a /src directory is copied into the container, but no such directory exists. Copying the whole directory works, but requires the end user to install NPM dependencies locally.

I assume a correctly fix would be to change the way the volume is done, either by moving the source into a /src directory or configuring a .dockerignore to ensure dependencies (e.g. node_modules) isn't copied. For our use-case we were able to delete the volume for the time being.

Frontend is not able to establish connections to backend services.

Hi Team,

I have tried to deploy all the micro-services over amd64 and arm64 platforms using ./run_all_applications.sh script and docker-compose method. All the services are running but it seems that the frontend is not able to establish a connection to the backend. It says the backend service is not running. But the spring boot admin page displays all the backend services running. Adding the log and UI as well.

Screenshot (33)
Screenshot (34)
Screenshot (35)
Screenshot (36)

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.