This repository has been archived by the owner on Jun 16, 2018. It is now read-only.
Releases: juanwolf/mysql-binlog-replicator
Releases · juanwolf/mysql-binlog-replicator
mysql-binlog-replicator-1.0.8
Adding feature :
@NestedMapping annotation to map fields to foreign entity
- OneToOne
- OneToMany
- ManyToOne
WARNING: If you're creating two objects with their opposite Relationship that will create an infinite loop and the service will crash. Next release will solve this problem
mysql-binlog-replicator-1.0.7
Add more types in SQL -> java mapping
Possibility to change the output of a date with a specific date format.
mysql-binlog-replicator-1.0.5
First stable release, features included:
- automatic replication of data in crud repository
- Manage SQL types :
- INT (as long or int java type)
- FLOAT (as float)
- DATETIME (as date)
- VARCHAR (as string)