Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
Yangkai.Shen 1d38dd7363 | 6 years ago | |
---|---|---|
.. | ||
src/main | 6 years ago | |
README.md | 6 years ago | |
pom.xml | 6 years ago |
Spring Boot 与 Dubbo 整合抽取的服务接口
<?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>
<artifactId>spring-boot-demo-dubbo-api</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>spring-boot-demo-dubbo-api</name>
<description>Spring Boot 与 Dubbo 整合抽取的服务接口</description>
<parent>
<groupId>com.xkcoding</groupId>
<artifactId>spring-boot-demo-dubbo-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
package com.xkcoding.springbootdemodubboapi.service;
/**
* <p>
* HelloService
* </p>
*
* @package: com.xkcoding.springbootdemodubboapi.service
* @description: HelloService
* @author: yangkai.shen
* @date: Created in 2018/4/17 下午5:13
* @copyright: Copyright (c) 2018
* @version: V1.0
* @modified: yangkai.shen
*/
public interface HelloService {
String hello(String name);
}
一个用来深度学习并实战 spring boot 的项目,目前总共包含 66 个集成demo,已经完成 55 个。
Java SVG CSS JavaScript SQL other