Giter Site home page Giter Site logo

primihub-meta's Introduction

primihub meta

primihub meta is based on spring boot,use maven to compile and package.

Getting Started

First of all ,when we run the project, we need some service dependencies like this:

##Modify Configuration Now we should locate the next path:

./meta-api/src/main/resources/

edit the "application.yaml" and modify the configuration to be the configuration of service dependencies which you have deployed.

especially those items should be paid attention literally.

server:
  port: 
spring:
  profiles:
    active: 
...
spring:
  datasource:
    druid:
      ...:
        username: 
        url: 
        password: 

then we should locate this path:

./script
    init.sh

to this path,you can execute next command:

cd ./script
sh init.sh [your mysql username] [your mysql password]

or you can execute "init.sql" in your mysql management manually.

Compile and Package

run this command:

mvn clean install -Dmaven.test.skip=true 

As long as the finished infos show up, the project have been compiled and packaged successfully.

How to run

Before run, make sure that your service dependencies are available and the configuration is correct.

java -jar -Dfile.encoding=UTF-8 ./meta-api/target/*-SNAPSHOT.jar --server.port=8099 --spring.cloud.nacos.discovery.server-addr=nacos:8848 --spring.cloud.nacos.discovery.namespace=demo --spring.cloud.nacos.config.server-addr=nacos:8848 --spring.cloud.nacos.config.namespace=demo

execute that the command,you can check the url:

http://localhost:8099/fusion/healthConnection

primihub-meta's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  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.