推荐
专栏
教程
课程
飞鹅
本次共找到126条
alibaba
相关的信息
Easter79
•
3年前
spring使用jetty+jndi配置druid数据源
maven项目pom.xml配置1、配置druid的jar依赖:<dependency<groupIdcom.alibaba</groupId<artifactIddruid</artifac
Easter79
•
3年前
springmvc与fastjson集成
1.导入maven依赖<dependency<groupIdcom.alibaba</groupId<artifactIdfastjson</artifactId<version1.2.20</version</dependency2.springmvc.xml配置
Wesley13
•
3年前
javamail邮件工具类(增加465端口发送,收件,无效收件人过滤)
packagecom.flysand;importcom.alibaba.fastjson.JSON;importcom.google.common.collect.Lists;importcom.j1cn.bizclient.meta.entity.email.EmailEntity;imp
Wesley13
•
3年前
Java将WKT格式的Geomotry转换成GeoJSON
一、Meven添加依赖<!引入json处理包<dependency<groupIdcom.alibaba</groupId<artifactIdfastjson</artifactId<version1.2.47</version</depend
Stella981
•
3年前
Nacos作为注册中心和配置中心,爱不释手的感觉
在使用SpringCloud做分布式微服务架构时,注册中心是必不可少的一个组件。目前可以用的主要有:Eureka、Consul、Zookeeper。今天,我们就来说一下Alibaba的Nacos怎么样?下载与安装下载地址https://github.com/alibaba/nacos/releases安装:
Stella981
•
3年前
Spring Boot04 之 使用别的json解析
个人习惯于使用fastJson来解析<!使用其它json转换<dependency<groupIdcom.alibaba</groupId<artifactIdfastjson</artifactId</dependency@RestController@RequestMapping("/demo")
Stella981
•
3年前
Spring Cloud Alibaba的nacos作为注册中心
一 官网参考https://github.com/alibaba/springcloudalibaba/blob/master/springcloudalibabaexamples/nacosexample/nacosdiscoveryexample/readmezh.md(https://www.oschina.ne
Stella981
•
3年前
Dubbo Demo调试
下载dubbo的示例demogitclonehttps://github.com/apache/incubatordubbo.gitcdincubatordubbo运行dubbodemoprovider中的com.alibaba.dubbo.demo.provider.Provid
Stella981
•
3年前
FastJSON
示例:importjava.util.ArrayList;importjava.util.List;importjava.util.HashMap;importjava.util.Map;importcom.alibaba.fastjson.JSON;importcom.a
Stella981
•
3年前
Json字符串转map集合
第一步:在pom.xml中添加依赖;<dependency<groupIdcom.alibaba</groupId<artifactIdfastjson</artifactId<version1.2.47</version
1
2
3
4
•••
13