springboot项目中使用fastdfs文件数据库开发应用
安装并启动fastdfs,方法如:https://gitee.com/lion123/springboot-fdfs-demo 创建springboot项目,并导入fastdfs jar 包 <dependency> <g...
安装并启动fastdfs,方法如:https://gitee.com/lion123/springboot-fdfs-demo 创建springboot项目,并导入fastdfs jar 包 <dependency> <g...
1、安装并启动mongodb,方法如:https://my.oschina.net/lion1220/blog/3151024 2、创建项目,并导入mongodb jar包 <dependency> <groupId>...
获取 IDEA 激活码、PyCharm 激活码、WebStorm 激活码和 DataGrip 激活码,提供详细破解教程与永久激活方法。支持 IDEA 永久激活与破解,免费获取注册码与激活码,解决 2024/2025 版本激活问题,轻松实现所有 JetBrains 工具的激活。
导入redis jar包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-st...
sharding-jdbc分库分表开发包 <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-jdbc...
sharding-jdbc分库分表开发包 <dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-jdbc...
1、创建springboot项目,导入thymeleaf web开发包 <dependency> <groupId>org.springframework.boot</groupId> <artif...
1、创建springboot项目,导入web开发包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>s...
web应用支持https的访问方式,通常情况下有两种:一种是代理服务器把http转https, 另外一种是应用直接提供https服务。 代理服务器转换: 一般是使用nginx做web代理, 去下载nginx配套的证书,然后在nginx配置文...
1、更改idea配置 1) “File” -> “Settings” -> “Build,Execution,Deplyment” -> “Compiler”,选中打勾 “Build project automatically” 。 2) ...
导入spring-boot-starter-websocket包 <dependency> <groupId>org.springframework.boot</groupId> <artifact...