GithubHelp home page GithubHelp logo

awp_be's Introduction

AWP_BE

SpringBoot Project

Please Read Carefully

Role sharing

Please write the name of GitHub on the right.

System configuration: @MinhoJJang
register-service: 
review-service:
user-service:
PPT & (Presentation?): 

Final Project Requirements

Create a Drone or Bio-related web service in a Cloud-Native environment for each team.

Required (MSA):

- MSA & Rest Data
- Eureka
- ApiGateway
- Agaile (Collaboration between teams using Jira)

Optional (DevOps and CI/CD) :

Deploy (Docker, Jenkins, Kubernetes, Cloud etc.)

Configuration Setting

Just follow the pom.xml of the modules

jdk 17.0.6
SpringBoot 3.0.7

Environment Setting

서비스가 3개밖에 없으므로 직접 대입해도 무방함
db이름은 awp

DATABASE_PASSWORD=1111;
DATABASE_URL=jdbc:mysql://127.0.0.1:3306/awp?createDatabaseIfNotExist\\=true&useUnicode\\=true&characterEncoding\\=UTF-8&characterSetResults\\=UTF-8&allowPublicKeyRetrieval\\=true&useSSL\\=false;
DATABASE_USERNAME=root
  datasource:
    url: ${DATABASE_URL} # jdbc:mysql://127.0.0.1:3306/awp?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&allowPublicKeyRetrieval=true&useSSL=false
    username: ${DATABASE_USERNAME} # root
    password: ${DATABASE_PASSWORD} # 1111
    driver-class-name: com.mysql.cj.jdbc.Driver

Follow the picture below, set for each service. Edit Configurations Edit Configurations Edit Configurations

How To Work?

Make your own branch. branch name should be like `***-service`
Then work it and test your code whether works good or not
PR when you're done
Do not merge directly!

awp_be's People

Contributors

minhojjang avatar shinjunyoung avatar

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.