Giter Site home page Giter Site logo

mybatis-generator-lombok-plugin's Introduction

👋 Hi

I'm a senior backend developer, working for Urbi, building services and integrations for smart/green mobility. I'm specialised in Java, Kotlin, AWS, and Postgres. I advocate automated testing for quality and productivity.

Although I enjoy all new technologies, you'll often find me refining the fundamentals of professional software development: OO, TDD, DDD, and refactoring.

I'm fascinated by Douglas Hoftstadter's books and research, including the topic of analogies and analogy-making machines. I'm interesting in optimisation and I'm a fond user of OptaPlanner.

I like engineering, anything from oil rigs to electric vehicles, and computer science applied to engineering problems.

My current learning goal is getting a grip on the Rust programming language.

🚚 My repos

Kotlin:

  • glo: helps organising a library of game roms by looking up their hashes on public databases

Java:

  • mybatis-generator-lombok-plugin: a plugin for MyBatis Generator to use Lombok annotations instead of getters and setters
  • contacts-sync: originally designed as a tool to sync Gmail and LinkedIn contacts, it has become a playground to learn OAuth
  • tstconfig: a system administration tool for automatic configuration testing.

Alfresco document management:

  • uploader-plus: an enhanced file uploader that prompts for metadata, developed together with the great Alfresco community (thank you all).
  • alfresco-inboxes: an inbox plugin implemented using the Aikau framework

📖 Articles

Some articles I saved from my old blog:

mybatis-generator-lombok-plugin's People

Contributors

izebit avatar kimmking avatar softwareloop avatar tomoki1207 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

mybatis-generator-lombok-plugin's Issues

mybatis 1.3.6 Useless

com.softwareloop mybatis-generator-lombok-plugin 1.1-SNAPSHOT -- generalconfig.xml

keep annotations in order in many times generating

if we generate several times, cause of HashSet is not keeping in order,
sometimes we got:

@Data
@Builder
public class ModelClassName ...

but sometimes we got:

@Builder
@Data
public class ModelClassName ...

Latest release

Hi there,
Looks like the latest published packaged on maven central (1.0) does not have many of the recent changes, after Jan 2018. Is it possible to make another release?

We'd like to use of the features, for example adding annotation options which is not included in the 1.0 release.

Thank you

nested exception is org.apache.ibatis.executor.ExecutorException

Due to I have use your plugin to generate mapper/model class but when try to test REST controller class by send http GET to webapp, it show error about "nested exception is org.apache.ibatis.executor.ExecutorException: No constructor found in XXX.XXX.XXX.XXX". May this error occured because generated model class have set @builder annotation. After that I just change value of builder from "true" to "false" and then generated mapper/model class (this time model class not set @builder annotation) and can test http GET normally. I am not sure this configuration is correct or not. Could you please give more information ?

<plugin type="com.softwareloop.mybatis.generator.plugins.LombokPlugin">
             
             <!-- enable annotations -->
             <property name="builder" value="false"/>
             <!-- annotation's option(boolean) -->
             <property name="builder.fluent" value="true"/>
             <!-- annotation's option(String) -->
             <property name="builder.builderMethodName" value="myBuilder"/>
             
             <property name="accessors" value="true"/>
             <!-- annotation's option(array of String) -->
             <property name="accessors.prefix" value="m_, _"/>
             
             <!-- disable annotations -->
             <property name="allArgsConstructor" value="false"/>
        </plugin>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.