首页
学习
活动
专区
工具
TVP
发布

java 微风

专栏成员
397
文章
1315874
阅读量
32
订阅数
解决:No goals have been specified for this build. You must specify a valid lifecycle phase or a goal i
pom.xml 文件中 <build> 标签要加配置: <defaultGoal>compile</defaultGoal>
微风-- 轻许--
2022-04-13
4.9K0
图解 IDEA 中 springboot 项目 MyBatis Generator 逆向生成实体类及 mapper 配置文件
二、生成:(有 2 种生成方式,第 2 种生成的启动方式见第 6 点。个人觉得第2种方式更简单。)
微风-- 轻许--
2022-04-13
1.3K0
Docker 方式安装 Nexus 私服
我只是习惯性的喜欢简短的名字,所以给镜像改名了,并删除了原名字的镜像。从“docker.io/sonatype/nexus3 ” 改为 “nexus3”。改名会生成一个新的镜像,但 2 者是用的同一个镜像 id 。
微风-- 轻许--
2022-04-13
1.7K0
解决:Connect to xx.xx.xxx.xx :8081 [/xx.xx.xx.xx] failed: Connection refu sed: connect -> [H
1. 自行启动了个 Nenux 服务。想把本地工程推送到 个人私服,执行命令:mvn deploy 报错:
微风-- 轻许--
2022-04-13
5970
《 Spring 实战 》(第4版) 读书笔记 (未完结,更新中...)
Spring 松耦合:在 A 类中使用有参构造器,把 B 类的超类类型 X 作为构造参数传入。
微风-- 轻许--
2022-04-13
2880
解决 springboot 启动报错 -- Cannot determine embedded database driver class for database type NONE
我只是新建一个全新的 springboot 工程,什么都没有写的情况下启动报错如题:
微风-- 轻许--
2022-04-13
8270
Dubbo 需求、架构、使用Demo
内容全部来自官网:http://dubbo.io/books/dubbo-user-book/preface/usage.html
微风-- 轻许--
2022-04-13
2940
SOA 说明,解析
面向服务的架构(SOA)是一个组件模型,它将应用程序的不同功能单元(称为服务)通过这些服务之间定义良好的接口和契约联系起来。接口是采用中立的方式进行定义的,它应该独立于实现服务的硬件平台、操作系统和编程语言。这使得构建在各种各样的系统中的服务可以以一种统一和通用的方式进行交互。
微风-- 轻许--
2022-04-13
8200
记录:non-compatible bean definition of same name and class [com.XXX.XXX]
启动 springBoot 工程时报错: Caused by: org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name 'userLogAspect' for bean class [com.foreveross.security.config.UserLogAspect] conflicts with existing, non-compatible bean definition of same name and class [com.config.UserLogAspect]
微风-- 轻许--
2022-04-13
1.2K0
解决 java.net.ConnectException: Connection refused: connect 异常
call.setOperationName(new QName("http://com.boco.esb.receive", "example"));
微风-- 轻许--
2022-04-13
3K0
解决 -- java 调用webservice 服务端收到参数为null
call.addParameter("arg0", XMLType.XSD_DATE,ParameterMode.IN); 这样是OK的,
微风-- 轻许--
2022-04-13
1.9K0
Web Service 简单实例(java 版本) ,IDE自动生成客户端代码方法
二、1. 服务端:( new 一个web service project )
微风-- 轻许--
2022-04-13
9000
解决:Failed to execute goal on project aopcore: Could not resolve dependencies for project com.cmos:
[ERROR] Failed to execute goal on project aopcore: Could not resolve dependencies for project com.cmos:aopcore:war:1.0: Failed to collect dependencies at com.cmos:cmos-core:jar:0.6.7.4-SNAPSHOT: Failed to read artifact descriptor for com.cmos:cmos-core:jar:0.6.7.4-SNAPSHOT: Failure to find com.cmos:cmos-root:pom:0.6.7 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
微风-- 轻许--
2022-04-13
8490
lineNumber: 1; columnNumber: 1; 前言中不允许有内容
我是在xml配置文件中引用别的配置文件,本来是这样写的 <import resource="spring-mybatis.xml" /> 就报这个错了。 于是改为这样引入 : <context:property-placeholder location="classpath:log4j.properties" /> 就正常启动服务了。
微风-- 轻许--
2022-04-13
7780
windows简易版本 Redis 使用 demo样例(ssm框架下)
1. 在网上下载 windows 版本 的Redis 。下载了直接解压出来 :
微风-- 轻许--
2022-04-13
3210
分页插件pageHelpler的使用(ssm框架中)服务器端分页
4. serviceImpl 中接收从mapper.xml中查到的结果,运用pagehelper分页 。
微风-- 轻许--
2022-04-13
8910
ssm框架下 tiles框架 的使用
tiles框架的工作 在springMVC工作流程中属于视图解析器 解析视图这一步。算是视图解析器的一个插件,作了视图解析这步的一部分工作。
微风-- 轻许--
2022-04-13
1.4K0
解决 : org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.tanj.mapper.SendDetailsMapper.selectAllRecommendRecord
微风-- 轻许--
2022-04-13
8150
Apache Tiles的使用 前配置
使用方法见: http://blog.csdn.net/jiangyu1013/article/details/53161580
微风-- 轻许--
2022-04-13
2210
maven工程建立和SSM(springMVC+spring+mybatis)整合
new -> other -> Maven Project-> next-> 勾选 Create a simple project -> next ->
微风-- 轻许--
2022-04-13
2070
点击加载更多
社区活动
【纪录片】中国数据库前世今生
穿越半个世纪,探寻中国数据库50年的发展历程
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档