1.简介 SpringBoot提供一种固定的、约定优于配置风格的框架,使开发者更快地创建基于spring的应用和程序。可以高效的创建基于Spring的应用服务(SpringBoot不是对spring功能的增强,而是可以更快速使用spring)。为微服务spring cloud铺路,可整合其他框架。SpringBoot的部分模块(通过pom.xm
转载
2023-10-03 11:44:24
50阅读
一、引入相关的Jar包(maven)项目构建工具使用的是maven:<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
转载
2023-08-30 09:58:56
89阅读
创建项目两种方式创建SpringBoot工程。 方式一:IDEA中创建SpringBoot工程,依次选择要添加的模块。 方式二:通过访问 Spring Initializr 在线创建,再本地导入。这里我们选用第二种方式。SPRING INITIALIZR网址,直接创建Maven项目自行添加自己需要的模块即可,说明: 1、(必选)MySql和MyBatis模块就不用说了。 2、(必选)web
转载
2024-01-08 12:08:09
74阅读
Created by Wang, Jerry, last modified on Jan 15, 2015
原创
2022-04-15 15:02:56
63阅读
Created by Wang, Jerry, last modified on Jan 15, 2015
原创
2021-07-15 14:16:18
119阅读
我想大多数做 Java 开发的同学对SSM框架的搭建已经都轻车熟路了,但是大家搭建的大多数是单模块的,网上也有非常多的例子,但是如何用maven去构建多module的ssm项目呢?下面来手把手的,利用IntelliJ IDEA搭建一次多module的ssm项目,给大家一个参考。为什么要搭建多模块的maven项目?首先抛出这么一个问题,我们为什么要搭建多模块的maven项目呢?以多模块的方式组织项目
原创
2021-03-03 17:18:32
371阅读
Today,I have a fight with mother,because my parents misunderstood my knowledge and techonlogy.So I want to talk about my IT road.
When firstly got to
原创
2007-10-03 17:11:41
946阅读
3评论
I log on with WANGJER and can see those opportunities not only belong to me but also from my other colleagues. Why?First get CP ID 50064160 from User WANGJKER via FM CRM_CENTRALPERSON_GET:The CP i...
原创
2022-02-28 15:49:59
110阅读
How my opportunity works - my team and my group
原创
2021-07-15 14:35:38
152阅读
I log on with WANGJER and can see those opportunities not only belong to me but also from my other colleagues. Why?2.4 Redis作用3 Redis安装3.1 说明3.2 redis安装步骤3.3 redis.conf常用配
转载
2023-12-15 21:17:47
72阅读
https://github.com/codecentric/spring-boot-admin https://codecentric.github.io/spring-boot-admin/2.3.1/#register-clients-via-spring-boot-admin <?xml v ...
转载
2021-09-04 18:40:00
412阅读
2评论
my-small.cnf my-medium.cnf my-large.cnf my-huge.cnf 是 MySQL 默认的几个配置文件。针对不同配置的服务器可以使用不同的配置文件,将你需要的那一个.cnf文件修改为 my.cnf,存放到 MySQL 的安装目录。Windows 中文件扩展名为.ini,将 my-small.cnf my-medium.cnf my-large.cnf ...
转载
2018-01-19 13:58:00
270阅读
2评论
My blog
原创
2010-08-29 20:28:00
406阅读
My Girl 、neversay goodbye
原创
2011-12-06 11:22:40
794阅读
##########################################################
Loaded plugins: fastestmirror
1007 Loading mirror speeds from cached hostfile
1008 YumRepo Error: All mirror
原创
2013-03-23 17:59:36
467阅读
def handler(chan,host,port):
sock = socket.socket()
try:
sock.connect((host,port))
原创
2016-05-04 21:36:37
463阅读
yunfengsa.github.io
原创
2016-11-18 16:34:25
303阅读