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
ruansheng
3aecce23ab
SCA examples native support ( #2987 )
...
* SCA examples native support
* add graalvm plugin
* [examples] remove nacos-client version
* optimize examples dependencies
* remove examples dependencyManagement
* update example pom
2 years ago
MieAh
4403ace967
Change the package name of javax in the example to jakarta.
2 years ago
MieAh
fd8ca0b140
Make module names consistent.
2 years ago
MieAh
d0c41cf724
fix typos
2 years ago
WangCanxuan
237859aeb5
Refactor/nacos-discovery-example ( #2933 )
...
refactor: nacos-discovery-example
2 years ago
fszhang
add08b6822
add seata doc && update mysql-connector-java version ( #2918 )
...
update seata doc && update mysql-connector-java version
2 years ago
ruansheng
edb0cb38f6
Update readme doc ( #2910 )
2 years ago
chengpu
3bce6e5b32
fix: delete useless codes in example
2 years ago
黄sir
42a9b53765
feat: integrated-example local and kubernetes deployment
2 years ago
Sorie
8c0f1a26fb
Fix rocketmq bus. ( #2794 )
...
* Fix rocketmq bus.
* Fix nacos test and add boostrap dependency in spring-cloud-bus-rocketmq-example
2 years ago
YuLuo
6ab11a1de3
fix miss bootstrap dependcy ( #2831 )
...
* add miss bootstrap dependency
2 years ago
Raoxiang
ea671a6378
Configuration information wrong ( #2804 )
...
Removed ribbon.nacos.enabled in 2021.x branch configuration
Co-authored-by: Steve Rao <raozihao.rzh@alibaba-inc.com>
2 years ago
Wu Daifu
b3e3ba971a
Fix issue 2799: add some configuration items. ( #2801 )
...
* Fix issue2799: add some configuration items.
* add some configuration items.
2 years ago
my_file
88b8b7c48e
Correct spelling mistakes in readme.md ( #2796 )
2 years ago