Giter VIP home page Giter VIP logo

berich-backend's Introduction

berich-backend

aws

s3 client examples

https://github.com/awsdocs/aws-doc-sdk-examples/blob/master/javav2/example_code/s3/src/main/java/com/example/s3/S3ObjectOperations.java

netty with openssl

https://netty.io/wiki/requirements-for-4.x.html#tls-with-openssl

deploy to ec2

sudo yum remove java-1.7.0-openjdk

sudo rpm --import https://yum.corretto.aws/corretto.key 
sudo curl -L -o /etc/yum.repos.d/corretto.repo https://yum.corretto.aws/corretto.repo

sudo yum install -y java-11-amazon-corretto-devel

ssh -i "berich-ec2-keypair.pem" [email protected]

scp -i berich-ec2-keypair.pem /Users/xinrui/tao/apps/github/berich-backend/micro-service/exposition/target/exposition-1.0-SNAPSHOT.jar [email protected]:~

scp -i berich-ec2-keypair.pem /Users/xinrui/tao/apps/github/berich-backend/micro-service/exposition/src/main/resources/application-prod.yaml [email protected]:~

Command to run app

java -jar -Dspring.profiles.active=prod -Dspring.config.location=./ exposition-1.0-SNAPSHOT.jar &

url

http://ec2-35-180-39-209.eu-west-3.compute.amazonaws.com:8080

Reference

berich-backend's People

Contributors

nicolas2lee avatar

Watchers

 avatar  avatar

berich-backend's Issues

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.