Commit Graph

571 Commits (31d1b6424cf679668c11b46a583fc1e9f7f92a62)

Author SHA1 Message Date
YuLuo 31d1b6424c
feat: add license header for js (#3567)
* feat: add license header for js
1 year ago
YuLuo e2b62f145b
1224/yuluo feat add GitHub action (#3558)
* feat: add github action to check license header
1 year ago
RuanSheng 94ba56cf80
Merge pull request #3548 from yuluo-yx/1221/yuluo-feat-adapt-nacos-2022.x
feat: add nacos server open api auth doc
1 year ago
YuLuo bc6c8b747e
fix: update nacos-example readme error link (#3547)
* fix: update nacos-example readme error link

* feat: update github action yml file
1 year ago
yuluo 8cf376dbda feat: add nacos server open api auth doc 1 year ago
YuLuo 977ba0137b
docs: update sca nacos-example readme file (#3537)
* docs: update sca nacos-example readme file

* fix: update readme file by comment
1 year ago
yuluo 63fa21eadc fix: update integrated-consumer-yaml configuration 1 year ago
yuluo c0b6a625a7 feat: adapte 1.8.0 version in sca-2022.x 1 year ago
finger 4141130e5a
Docs: Add example: nacos config setting Group (#3516)
Docs: Add example: nacos config setting Group
1 year ago
YuLuo 01e6981b4d
Docs: deleted spring-cloud-alibaba-docs module (#3490)
* Docs: deleted spring-cloud-alibaba-docs module

* docs: update docs link
1 year ago
YuLuo 6843cb06da
Feat: add github workfolw to check markdown file error link (#3492)
* feat: add github workfolw to check markdown file error link

* docs: fix markdown error link
1 year ago
chengpu 359d7133ef Fixed sidecar example error in GraalVM 2 years ago
Steve Rao 9a82a1e29b
Fixed rocketmq bus example error in GraalVM (#3404) 2 years ago
chengpu 02fff4c689 Added neccesary annotation in example 2 years ago
Steve Rao f978008dca
added hints of rocketmq module (#3400)
* Added hints of RocketMQ module

* Added missing configurations and constructor

* Format the code
2 years ago
ruansheng b2479934d4 Seata example add LoadBalancerClient annotation 2 years ago
Steve Rao 29d5a613c8
Added args of Seata module (#3386)
* Added args of Seata module

* Adjusted file format
2 years ago
RuanSheng 1dbdceb695
Fix RocketMQ pollable and sql example (#3385)
* Fix RocketMQ pollable and sql example
2 years ago
RuanSheng ba8d0f2631
2022.x fix checkstyle problem(#3362) 2 years ago
YuLuo 2f8db58f1d
update integrated-example document (#3330) 2 years ago
why-ohh 7f8c34415a
update integrated-example docker-compose deploy document (#3334) 2 years ago
YuLuo ccbdfe60d1
Doc: update integrated-example doc (#3309) 2 years ago
haigeek c1a20e15f1
Fix: method naming typo (#3301) 2 years ago
YuLuo 1fa5b9daa8
Fix: sidecar-example in 2022.x (#3267) 2 years ago
YuLuo 7134c21969
fixed the issue that webClient could not call the nacos service (#3254) 2 years ago
Steve Rao d51f347d95
feature: support dual stack address registry and discovery in SCL (#3236) 2 years ago
YuLuo 6cfd707fc7
add docker support for integreated-example (#3209) 2 years ago
WangLiang/王良 7a506b17d8
bugfix: fix the annotation `SentinelRestTemplate` can't load in the `native-image` (#3168) 2 years ago
Steve Rao 48ff5d1ce8
feature: adapter GraalVM of Seata module. (#3161)
feature: adapter GraaLVM of Seata module.
2 years ago
Steve Rao 73a071535e
refactor sentinel examples (#3144)
refactor: modified Sentinel OpenFeign & RestTemplate examples
2 years ago
YuLuo 1eacea72d0
update copyright in 2022.x (#3125) 2 years ago
chengpu 8a6ddd5536 deleted invalid contents 2 years ago
YuLuo 9dffeaa585
Updated yml format in 2022.x branch (#3098)
Updated yml format in 2022.x branch
2 years ago
ruansheng 0cdd2d784d
update nacos-config-examples (#3010)
update nacos-config-examples
2 years ago
ruansheng 4a48856aac make PostConstruct method public 2 years ago
YuLuo c1ac1e2a87 Remove duplicate dependencies 2 years ago
Steve Rao 062ed52d35
Merge pull request #3002 from 123liuziming/2022.x-doc
Add doc for 2022.x graalvm
2 years ago
musi 4f91dc2c45 fix: add path for UserController.java 2 years ago
musi 18ea8a32b7 feat: graalvm adoc 2 years ago
Freeman Liu 941a3721cb
Merge pull request #2998 from steverao/2022.x-origin-example-graalvm
fix nacos example run failed in GraalVM environment
2 years ago
ruansheng 68c1bfae54 remove maven build jvmArg 2 years ago
chengpu 030583f2d8 Merge remote-tracking branch 'origin/2022.x' into 2022.x-origin-example-graalvm 2 years ago
chengpu 9304903134 feature: add GraalVM config to Nacos example 2 years ago
Liu Ziming 8998b36a02
fix: integrated example rocketmq streams upgrade to springboot 3.0 (#2992)
* fix: integrated rocketmq streams upgrade to springboot 3.0

* refactor: remove unnecessary spring-boot-bootstrap dependency

* fix: Update jdk version in Dockerfile
2 years ago
musi 1664b0a6d6 fix: Update jdk version in Dockerfile 2 years ago
ruansheng 5d5099c860 examples add aot jvmArgs 2 years ago
musi 44b44183b4 refactor: remove unnecessary spring-boot-bootstrap dependency 2 years ago
musi 9fd0489e1f Merge remote-tracking branch 'alibaba/2022.x' into 2022.x
# Conflicts:
#	spring-cloud-alibaba-examples/integrated-example/integrated-praise-consumer/pom.xml
2 years ago
MieAh 714eeccbcc
Fix bootstrap bug for integrated example for2022.x (#2990)
* Change the external configuration to spring.config.import to import

* Fixed an issue where external configuration could not be introduced

* Fix the problem that the external configuration of the database cannot be imported.

* Fix cross-domain filtering configuration due to springboot version change

* Add dependency of loadbalancer missing.

* Change to map host.

* Delete relevant configs.

* Delete duplicate define.

* Delete duplicate define.

* Follow the nacos example to modify the configured import.

* Modify the mybatis version to accommodate SpringBoot 3
2 years ago
musi b2944f4dff fix: integrated rocketmq streams upgrade to springboot 3.0 2 years ago