#
bean
Here are 64 public repositories matching this topic...
spring4.x系列整理总结
-
Updated
Jul 5, 2018 - Java
A library for setting up Java objects as test data.
java
testing
fixtures
bean
faker
test-automation
testing-tools
test-driven-development
factories
hacktoberfest
object-mapping
-
Updated
Dec 20, 2019 - Java
Contains the commonly used tools for Java
-
Updated
May 12, 2020 - Java
An Open-source Library for replacement of native JDBC protocol , DBJ.jar can easily connect to database with some Method, So user have to give the credentials and the parameter into the function ,DBJ will handle the rest part(Connection, Driver Manager, Prepared Statement, Resultset etc)
-
Updated
Jan 15, 2020 - Java
-
Updated
May 22, 2020 - Java
A Rest Client for Spring Boot
microservices
spring-boot
annotations
bean
rest-microservice
java-8
spring-framework
spring-mvc
hateoas
retries
spring-rest
-
Updated
Aug 20, 2019 - Java
A Dependency Injection / Service Locator Library
-
Updated
Dec 1, 2018 - Java
Spring-Like dependency injection for .NET Core
-
Updated
Jun 8, 2017 - C#
Enables Oracle ATG repositorys to work with Java Generics, allows off heap storage of RepositorItems
-
Updated
May 18, 2016 - Java
Planetarium Destruction with an Improvised Bean Cannon
-
Updated
Feb 9, 2018 - C#
Light Flexible And Generic Struct Data File Loader. Convert Struct Data To Java Bean
-
Updated
May 14, 2020 - Java
Components manager for easy dependency injection
-
Updated
Apr 22, 2019 - Go
Minimalistic Dependency Injection - Or: what I got wrong about dependency injection. Done in Java based solely on the JSR 330 annotations, dinistiq is a minimalistic approach to component based application setup for the Java SE. Using only one scope with mostly singletons it adds very new few external dependencies to your project.
-
Updated
May 31, 2020 - Java
Java bean compare and output difference log.java bean对比修改并输出差异日志的工具。
-
Updated
Mar 27, 2020 - Java
DEPRECATED - Spring Boot autoconfiguration for OpenTracing tracer implementations
-
Updated
Jun 5, 2018 - Java
A simple IOC container
-
Updated
Dec 4, 2018 - Java
netty for http,基于netty实现的web框架,
-
Updated
Jan 22, 2019 - Java
Custom implementation of Java's CDI (JSR 299), "Contexts and Dependency Injection", just for fun ;)
-
Updated
Jul 1, 2014 - Java
Hibernate Enum Validator
-
Updated
May 31, 2020 - Java
基于Spring Boot,多数据源动态切换
-
Updated
Aug 2, 2017 - Java
Improve this page
Add a description, image, and links to the bean topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bean topic, visit your repo's landing page and select "manage topics."
http://spring.hhui.top/spring-blog/2019/12/27/191227-SpringBoot%E7%B3%BB%E5%88%97%E6%95%99%E7%A8%8BMybatis-xml%E6%95%B4%E5%90%88%E7%AF%87/
MyBatis 是一款优秀的持久层框架,它支持定制化 SQL、存储过程以及高级映射。MyBatis 避免了几乎所有的 JDBC 代码和手动设置参数以及获取结果集。MyBatis 可以使用简单的 XML 或注解来配置和映射原生类型、接口和 Java 的 POJO(Plain Old Java Objects,普通老式 Java 对象)为数据库中的记录。 本文将通过实例方式,介绍下如何整合Spring