LeeFJ LeeFJ
2年前
Foxnic-Web —— 可插拔模块的菜单控制
FoxnicWeb的设计就是业务模块下Maven依赖层面可插拔,即只要把对应的模块加入启动项目的Maven依赖中那么启动项目就拥有了插入模块的功能,反之亦然。因此,在FoxnicWeb的业务模块(MavenModule)中需要做一些特殊处理,使业务模块插拔时同时体现在菜单上。
Easter79 Easter79
3年前
springcloud微服务config的使用
首先需要建立一个server端:pom依赖中加入<dependency<groupIdorg.springframework.cloud</groupId<artifactIdspringcloudconfigserver</artifactId</dependency
Stella981 Stella981
3年前
SpringBoot集成Spring Security实现登陆和简单权限验证
1.数据库配置好2.导依赖<!springsecurity安全认证<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringb
Easter79 Easter79
3年前
Springboot整合Redis缓存机制
先放几个必要的依赖吧<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterweb</artifactId</dependency<dependency<groupIdorg.springframework.boo
Stella981 Stella981
3年前
Alpine 容器内安装命令时遇到坑
导读记录在Alpine容器内安装命令时遇到的一些问题,本篇文章会持续更新。问题背景是在docker容器内执行docker命令,执行时发现缺少某些依赖包,在安装依赖包时遇到一些难以解决的问题。本文首发于https://russellgao.cn/linuxalpineapk/(https://www.o
Wesley13 Wesley13
3年前
PHP 5 安装配置(版本大于等于 5.3)
所需依赖包安装yum install autoconfyum install automakeyum install libtoolyum install re2cyum install bisonPHP安装(Apache版)
Stella981 Stella981
3年前
Spring cloud nacos config 配置中心例子
Springcloud集成nacosconfig配置中心的例子,自定义dataIdgroupIdnamespace 使用的依赖<dependencies<dependency<groupIdorg.springframework.boot</gr
Wesley13 Wesley13
3年前
Java核心技术读书笔记02
第四章对象和类类之间的关系最常见的三种关系1.依赖("usesa")Order依赖Account类看信息2.聚合("hasa")Order包含多个Item3.继承("isa")知识点:所有Java对象都存在堆中。GregorianCalendar类所包含的方法要比Date类多得多。public避免标记
Stella981 Stella981
3年前
ElasticSearch Java API 增删改查操作
1.添加pom.xml依赖<dependency<groupIdjunit</groupId<artifactIdjunit</artifactId<version4.11</version<scopetest</scope</dependency<dependency<groupI
Wesley13 Wesley13
3年前
mysql 8.0.16 单主 mgr搭建
mysql8.0.16单主mgr搭建环境介绍:192.168.142.142db142192.168.142.143db143192.168.142.145db1451、安装依赖包yumyinstallmakegccccmake