Mercy Ma

Results 54 issues of Mercy Ma

书名:《Spring Boot 编程思想 - 核心篇》 ISBN:978-7-121-36039-8 版次:2019 年 3 月第 1 版 如果您在阅读本书时,发现了任何错误,请直接备注,后续的出版物将修正其中错误,非常感谢~ [【勘误汇总】](https://www.yuque.com/docs/share/0998f64a-9538-4b60-9647-bb9f65c43530#e63c23f7)

bug

Hello Community, I am glad to announce that Nacos Spring 1.0.0 is released. You can check detailed release notes here: https://github.com/nacos-group/nacos-spring-project/releases/tag/1.0.0 If you have any questions using this version, please...

Please merge code to https://github.com/dubbo/dubbo-spring-boot-project It's not a good idea to split two projects. @xionghui

`dubbo-spring-boot-starter` 1.0.0 依赖 dubbo 的版本升级到 [`2.5.9`](https://github.com/alibaba/dubbo/releases/tag/dubbo-2.5.9) +

Enhancement

将 `dubbo-spring-boot-starter` 编程模块管理工程,命名为 `dubbo-spring-boot-project` 子模块结构如下: * `dubbo-spring-boot-parent`: 管理 Dubbo Spring Boot parent 工程,管理依赖等 * `dubbo-spring-boot-starter`: Dubbo Spring Boot Starter 工程,无代码 * `dubbo-spring-boot-autoconfigure`: Dubbo Spring Boot 自动装配工程 * `dubbo-spring-boot-actuator` : Dubbo...

Refactor

将`dubbo-spring-boot-autoconfigure` 增加 test 工程 类覆盖率 > 95 % 方法覆盖率 > 90 % 行覆盖率 > 85%

将之前的包名称`io.dubbo.springboot.*` 调整到 `com.alibaba.boot.dubbo.*`

将 ```xml org.springframework.boot spring-boot-starter ``` 修改成 ```xml org.springframework.boot spring-boot-starter true ``` 减少 spring-boot-starter 依赖侵入

Enhancement

`dubbo-spring-boot-starter` 降低 Java 编译版本到 1. 7

Enhancement

移除主`pom.xml` 中的 定义: ```xml org.springframework.boot spring-boot-starter-parent 1.3.6.RELEASE ```

Refactor