springcloud云服務(wù)架構(gòu)-HongHu commonservice-eureka項(xiàng)目構(gòu)建過程

上一篇我們回顧了關(guān)于 spring cloud eureka的相關(guān)基礎(chǔ)知識,現(xiàn)在我們針對于HongHu cloud的eureka項(xiàng)目做以下構(gòu)建碟渺,整個(gè)構(gòu)建的過程很簡單,我會(huì)將每一步都構(gòu)建過程記錄下來谋国,希望可以幫助到大家:

  1. 創(chuàng)建一個(gè)名為particle-common-eureka的maven項(xiàng)目埋涧,繼承particle-commonservice,具體的pom.xml配置文件如下:
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.ml.honghu</groupId>
        <artifactId>particle-commonservice</artifactId>
        <version>0.0.1-SNAPSHOT</version>
    </parent>
    <artifactId>particle-commonservice-eureka</artifactId>
    <packaging>jar</packaging>
    <name>particle-commonservice-eureka</name>
    <description>particle-commonservice project for Spring Boot</description>
    <dependencies>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-eureka-server</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-security</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-test</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <executions>
                    <execution>
                        <id>1</id>
                        <goals>
                            <goal>repackage</goal>
                        </goals>
                    </execution>
                    <execution>
                        <id>2</id>
                        <goals>
                            <goal>build-info</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <executable>true</executable>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>
  1. 在啟動(dòng)類入口引用eureka的相關(guān)配置巷挥,代碼如下:
package com.ml.honghu;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
@EnableEurekaServer
@SpringBootApplication
public class ServiceApplication {
    public static void main(String[] args) {
        SpringApplication.run(ServiceApplication.class, args);
    }
}
  1. 配置application.yml文件
# server (eureka 默認(rèn)端口為:8761)
server:
  port: 8761
# spring
spring:
  application:
    name: particle-commonservice-erueke
# eureka
eureka: 
  client: 
    # 是否注冊到eureka
    register-with-eureka: true
    # 是否從eureka獲取注冊信息
    fetch-registry: false
    availability-zones: 
      honghu: honghuZone
    service-url: 
      honghuZone: http://honghu:123456@localhost:8761/eureka/
      defaultZone: http://honghu:123456@localhost:8761/eureka/
  instance:
    prefer-ip-address: true
    hostname: localhost
    metadataMap:
      zone: honghuZone
      user: ${security.user.name}
      password: {security.user.password}
  # 指定環(huán)境
  environment: dev
  #指定數(shù)據(jù)中心
  datacenter: honghu
  # 關(guān)閉自我保護(hù)模式
  server: 
    enable-self-preservation: false
  #設(shè)置清理無效節(jié)點(diǎn)的時(shí)間間隔桩卵,默認(rèn)60000,即是60s
    eviction-interval-timer-in-ms: 60000
# 服務(wù)認(rèn)證
security: 
  basic: 
    enabled: true
  user: 
    name: honghu
    password: 123456
management:
  security:
    enabled: false

4. 增加項(xiàng)目的log機(jī)制和打包運(yùn)行機(jī)制(后面我們會(huì)詳細(xì)編寫針對于Linux Centos下的打包部署機(jī)制)

5. 自此整個(gè)項(xiàng)目部署完成倍宾,通過手動(dòng)方式進(jìn)行Run As --> Spring Boot App,運(yùn)行結(jié)果如下:

控制臺運(yùn)行結(jié)果:

image

訪問控制臺并登陸:

image

控制臺運(yùn)行效果:

image
image

從現(xiàn)在開始雏节,我這邊會(huì)將近期研發(fā)的spring cloud微服務(wù)云架構(gòu)的搭建過程和精髓記錄下來,幫助更多有興趣研發(fā)spring cloud框架的朋友高职,大家來一起探討spring cloud架構(gòu)的搭建過程及如何運(yùn)用于企業(yè)項(xiàng)目钩乍。完整項(xiàng)目的源碼來源 技術(shù)支持1791743380。

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末怔锌,一起剝皮案震驚了整個(gè)濱河市寥粹,隨后出現(xiàn)的幾起案子变过,更是在濱河造成了極大的恐慌,老刑警劉巖涝涤,帶你破解...
    沈念sama閱讀 211,194評論 6 490
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件媚狰,死亡現(xiàn)場離奇詭異,居然都是意外死亡阔拳,警方通過查閱死者的電腦和手機(jī)崭孤,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,058評論 2 385
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來糊肠,“玉大人辨宠,你說我怎么就攤上這事』豕” “怎么了嗤形?”我有些...
    開封第一講書人閱讀 156,780評論 0 346
  • 文/不壞的土叔 我叫張陵,是天一觀的道長弧圆。 經(jīng)常有香客問我赋兵,道長,這世上最難降的妖魔是什么墓阀? 我笑而不...
    開封第一講書人閱讀 56,388評論 1 283
  • 正文 為了忘掉前任毡惜,我火速辦了婚禮,結(jié)果婚禮上斯撮,老公的妹妹穿的比我還像新娘经伙。我一直安慰自己,他們只是感情好勿锅,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,430評論 5 384
  • 文/花漫 我一把揭開白布帕膜。 她就那樣靜靜地躺著,像睡著了一般溢十。 火紅的嫁衣襯著肌膚如雪垮刹。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 49,764評論 1 290
  • 那天张弛,我揣著相機(jī)與錄音荒典,去河邊找鬼。 笑死吞鸭,一個(gè)胖子當(dāng)著我的面吹牛寺董,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播刻剥,決...
    沈念sama閱讀 38,907評論 3 406
  • 文/蒼蘭香墨 我猛地睜開眼遮咖,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了造虏?” 一聲冷哼從身側(cè)響起御吞,我...
    開封第一講書人閱讀 37,679評論 0 266
  • 序言:老撾萬榮一對情侶失蹤麦箍,失蹤者是張志新(化名)和其女友劉穎,沒想到半個(gè)月后陶珠,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體挟裂,經(jīng)...
    沈念sama閱讀 44,122評論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,459評論 2 325
  • 正文 我和宋清朗相戀三年背率,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了话瞧。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片嫩与。...
    茶點(diǎn)故事閱讀 38,605評論 1 340
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡寝姿,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出划滋,到底是詐尸還是另有隱情饵筑,我是刑警寧澤,帶...
    沈念sama閱讀 34,270評論 4 329
  • 正文 年R本政府宣布处坪,位于F島的核電站根资,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏同窘。R本人自食惡果不足惜玄帕,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,867評論 3 312
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望想邦。 院中可真熱鬧裤纹,春花似錦、人聲如沸丧没。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,734評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽呕童。三九已至漆际,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間夺饲,已是汗流浹背奸汇。 一陣腳步聲響...
    開封第一講書人閱讀 31,961評論 1 265
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留往声,地道東北人擂找。 一個(gè)月前我還...
    沈念sama閱讀 46,297評論 2 360
  • 正文 我出身青樓,卻偏偏與公主長得像烁挟,于是被迫代替她去往敵國和親婴洼。 傳聞我的和親對象是個(gè)殘疾皇子,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,472評論 2 348

推薦閱讀更多精彩內(nèi)容