mapstruct

There are 508 repositories under mapstruct topic.

  • mapstruct/mapstruct

    An annotation processor for generating type-safe bean mappers

    Language:Java6.9k1382.3k917
  • perye/dokit

    基于 Spring Boot2、 Jpa、 Spring Security、JWT、redis、Vue的前后端分离的后台管理系统开发平台, 用户管理、菜单管理、角色管理、字典管理、权限控制的方式为RBAC,操作日志、异常日志、接口限流、项目支持数据权限管理,支持一键生成前后端代码(支持在线预览及打包下载),支持前端菜单动态路由 可一键部署服务器应用,数据库。系统中活跃用户状态监控,监视当前系统CPU、内存、磁盘、堆栈等相关信息,基于Element UI在线表单设计及生成Vue代码。

    Language:Java5051618135
  • xjjdog/bcmall

    以教学为目的的电商系统。包含ToB复杂业务、互联网高并发业务、缓存应用;DDD、微服务指导。模型驱动、数据驱动。了解大型服务进化路线,编码技巧、学习Linux,性能调优。Docker/k8s助力、监控、日志收集、中间件学习。前端技术、后端实践等。主要技术:SpringBoot+JPA+Mybatis-plus+Antd+Vue3。

    Language:Java45714299
  • ivangfr/springboot-react-keycloak

    The goal of this project is to secure movies-app using Keycloak (with PKCE). movies-app consists of two applications: one is a Spring Boot Rest API called movies-api and another is a React application called movies-ui.

    Language:JavaScript3751512145
  • arey/java-object-mapper-benchmark

    JMH benchmark of Java object-to-object mapping frameworks

    Language:Java28517852
  • gtiwari333/spring-boot-web-application-sample

    Real World Spring Boot Web Application Example with tons of ready to use features

    Language:Java26251116
  • linpeilie/mapstruct-plus

    MapStruct Plus is an enhancement to the MapStruct framework. It can automatically generate the transformation operation between two classes through an annotation, omitting the operation of defining the interface of MapStruct, makes Java type conversion easy and elegant.

    Language:Java20464717
  • Genc/spring-boot-boilerplate

    Spring Boot Boilerplate is a starter kit. This project includes : Spring Boot(v2.7.10), Spring Data JPA, Spring Validation, Spring Security + JWT Token, PostgreSQL, Mapstruct, Lombok, Swagger (Open API)

    Language:Java1725799
  • mapstruct/mapstruct-idea

    An IntelliJ IDEA plugin for working with MapStruct

    Language:Java1341412437
  • Pozo/mapstruct-kotlin

    Using mapstruct with kotlin data classes.

    Language:Kotlin10372121
  • ivangfr/springboot-kafka-connect-jdbc-streams

    Project goal: Explore Kafka, Kafka Connect, and Kafka Streams. Components: store-api: Inserts/updates MySQL records. Source Connectors: Monitor MySQL changes, push messages to Kafka. Sink Connectors: Listen to Kafka, insert/update Elasticsearch docs. store-streams: Listens to Kafka, processes with Kafka Streams, pushes new messages to Kafka.

    Language:Java10210261
  • entur/mapstruct-spi-protobuf

    Protobuf accessor naming strategy for Mapstruct

    Language:Java64202818
  • sinkyoungdeok/order-and-gift-project

    지금까지 배웠던 기술들을 다듬을겸 주문&선물 프로젝트를 진행합니다

    Language:Kotlin6446712
  • ivangfr/spring-cloud-stream-kafka-elasticsearch

    The goal of this project is to implement a "News" processing pipeline composed of five Spring Boot applications: producer-api, categorizer-service, collector-service, publisher-api and news-client.

    Language:Java6111345
  • livk-cloud/spring-boot-extension

    Spring Boot Starter拓展,搭载JDK 21、SpringBoot 3.3

    Language:Java5836311
  • rimmelasghar/SpringBoot-boilerPlate

    Spring Boot Boilerplate is a starter kit for developing production ready SpringBoot Applications. This project includes : Spring Boot(3.1.2), Spring Data JPA, Spring Validation, Spring Security + JWT Token, MySQL, Mapstruct, Lombok, Swagger.

    Language:Java43206
  • qifan777/chatgpt-assistant

    本次项目是基于ChatGPT的二次开发网站chatgpt-assistant,旨在实现在线聊天的功能。 使用的技术有前端框架Vue3、TypeScript和ElementUI以及后端技术SpringBoot、MongoDB、Spring Data MongoDB和Spring WebSocket。

    Language:Java40108
  • lets-mica/mica-jmh

    mica 工具性能压测,目的是鞭策自己,让 mica 性能更加优秀。

    Language:Java366019
  • smotastic/smartstruct

    Dart Code Generator for generating mapper classes

    Language:Dart3544418
  • ivangfr/springboot-keycloak-mongodb-testcontainers

    The goals of this project are: 1) Create a Spring Boot application that manages books, called book-service; 2) Use Keycloak as OpenID Connect Provider; 3) Test using Testcontainers; 4) Explore the utilities and annotations that Spring Boot provides when testing applications.

    Language:Java343121
  • eriknyk/webflux-jwt-security-demo

    Spring webflux jwt security r2dbc demo

    Language:Java333020
  • ivangfr/axon-springboot-websocket

    The goal is to explore Axon. We will develop a food-ordering app comprising 3 Spring Boot applications: customer-service, restaurant-service, and food-ordering-service. These services are implemented with CQRS and Event Sourcing, utilizing the Axon Framework. They connect to axon-server, which serves as the Event Store and Message Routing solution.

    Language:Java272010
  • ivangfr/spring-cloud-stream-event-sourcing-testcontainers

    Goal: create a Spring Boot application that handles users using Event Sourcing. So, whenever a user is created, updated, or deleted, an event informing this change is sent to Kafka. Also, we will implement another application that listens to those events and saves them in Cassandra. Finally, we will use Testcontainers for end-to-end testing.

    Language:Java257024
  • ivangfr/spring-webflux-reactive-databases

    The goal of this project is to play with Spring WebFlux on client and server side. For it, we will implement some Spring Boot Java Web applications, product-api, customer-api, order-api and client-shell, and use reactive NoSQL database like Cassandra, MongoDB, Postgres and MySQL.

    Language:Java224014
  • jonathanmdr/DynamicDataSourceRouting

    Exemplo de como utilizar Dynamic Data Source Routing com Java, Spring Boot e JPA.

    Language:Java21304
  • ivangfr/springboot-graphql-databases

    The goal of this project is to explore GraphQL. For it, we will implement two microservices: author-book-api and book-review-api.

    Language:Java202022
  • alvelchev/spring-practices-demo

    Welcome to the Spring Practices Demo – a powerful Spring Boot application designed to support data JPA, pageable, and sorting with an intuitive Swagger interface. Explore and learn best practices in Java development, including efficient techniques with MapStruct, seamless database migration using Flyway, and more.

    Language:Java17116
  • chudnovskyi/emergency-notification-system

    This system allows you to quickly and efficiently send notifications to a large number of recipients during emergency situations.

    Language:Java17101
  • thestyleofme/flink-api-spring-boot-starter

    flink rest api的spring-boot-starter

    Language:Java17101
  • joumenharzli/survey-example-spring-boot-angular

    This is a survey example using Spring Boot, Spring JDBC, Bean Validation, i18n, MapStruct, Simple Flat Mapper, Angular 5, Reactive Forms, Angular Material and H2..

    Language:Java154010
  • ivangfr/spring-data-jpa-relationships

    The goal of this project is to study the JPA relationships: one-to-one, one-to-many / many-to-one, and many-to-many.

    Language:Java14207
  • swathisprasad/springboot-mapstruct-example

    MapStruct integration with SpringBoot.

    Language:Java132013
  • cassiomolin/tasks-rest-api

    Sample REST API for managing tasks using Spring Boot, Jersey, Jackson, MapStruct, Hibernate Validator and REST Assured.

    Language:Java12205
  • ivangfr/springboot-elasticsearch-thymeleaf

    The goal of this project is to implement an application called product-app. It consists of two Spring Boot services: product-api (backend) and product-ui (frontend). Data will be stored in Elasticsearch

    Language:Java123015
  • pera-soft/stock-management

    Stock Management Application

    Language:Java12305
  • Rapter1990/kubernetesjavaclientapi

    Spring Boot with the usage of Kuberneres Java Client Api (Pods,Deployments,Service,Namespace)

    Language:Java11102