-
spring.application.name=evi_chain
server.port=9081
### datasource 配置
# mysql用户
spring.datasource.username=root
# mysql密码
spring.datasource.password=123456
spring.datasource.url=jdbc:mysql://1…
-
Vulnerable Library - log4j-core-2.3.jar
The Apache Log4j Implementation
Library home page: http://www.apache.org
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/r…
-
可否增加查看本地运行时sql打印功能
-
```
What version of the MyBatis are you using?
trunk :)
Please describe the problem. Unit tests are best!
Adds ability to provide implementation of some/all mapper methods. It's not
ment as a repla…
-
We decided to develop like this:
After 1st week:
Design infrastructure, complete core features and perform simple functional tests.
After 2nd week:
Try to solve the key problems (please …
-
Soucetrail version:
![version](https://user-images.githubusercontent.com/5189811/46671018-3f612000-cc06-11e8-850a-81557dd25e29.png)
UI:
![sourcetrail](https://user-images.githubusercontent.com/51…
-
```
MyBatis Version: 3.1.1
I currently have xml resultmaps and use the @ResultMap annotaion in my mapper
interfaces. I would like to request the ability to inject a class into
@ResultMap. I would a…
-
```
What version of the MyBatis are you using?
3.1.1.
Please describe the problem. Unit tests are best!
My project has more than 650 migrations and it uses Oracle XE 10g Database.
When I run "migr…
-
Please answer some questions before submitting your issue. Thanks!
### Which version of XXL-JOB do you using?
2.0.2
### Expected behavior
任务执行成功
### Actual behavior
失败
### Steps to reproduce …
-
# MyBatis
MyBatis 本是 Apache 的一个开源项目——**iBatis**,2010 年这个项目由 Apache Software Foundation 迁移到了 Google Code,并且改名为 **MyBatis**。
**MyBatis 使用简单的 XML 或注解用于配置和原始映射,将接口和 Java 的 POJO 映射成数据库中的记录**。
…