sofastack / sofa-rpc-boot-projects

SOFABoot projects for SOFARPC, include starter and samples.
https://github.com/sofastack/sofa-rpc
Apache License 2.0
292 stars 117 forks source link

server config for rest cors #155

Closed leizhiyuan closed 5 years ago

leizhiyuan commented 5 years ago

Motivation:

Explain the context, and why you're making that change. To make others understand what is the problem you're trying to solve.

Modification:

Describe the idea and modifications you've done.

Result:

Fixes #.

If there is no issue then describe the changes introduced by this PR.

codecov[bot] commented 5 years ago

Codecov Report

Merging #155 into 5.x will increase coverage by 0.22%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##                5.x     #155      +/-   ##
============================================
+ Coverage     55.63%   55.85%   +0.22%     
- Complexity      404      408       +4     
============================================
  Files            56       56              
  Lines          1785     1794       +9     
  Branches        315      316       +1     
============================================
+ Hits            993     1002       +9     
  Misses          605      605              
  Partials        187      187
Impacted Files Coverage Δ Complexity Δ
...ay/sofa/rpc/boot/config/SofaBootRpcProperties.java 56.58% <100%> (+0.86%) 91 <3> (+3) :arrow_up:
...sofa/rpc/boot/container/ServerConfigContainer.java 83.25% <100%> (+0.42%) 45 <0> (+1) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1951dd4...7836599. Read the comment docs.