generator.properties 650 B

12345678910111213141516171819202122232425262728293031323334
  1. #\u4EE3\u7801\u751F\u6210\u5668\uFF0C\u914D\u7F6E\u4FE1\u606F
  2. mainPath=com.pig4cloud.pigx
  3. #\u5305\u540D
  4. package=com.pig4cloud.pigx
  5. moduleName=generator
  6. #\u4F5C\u8005
  7. author=pigx code generator
  8. #\u8868\u524D\u7F00(\u7C7B\u540D\u4E0D\u4F1A\u5305\u542B\u8868\u524D\u7F00)
  9. tablePrefix=tb_
  10. #\u7C7B\u578B\u8F6C\u6362\uFF0C\u914D\u7F6E\u4FE1\u606F
  11. tinyint=Integer
  12. smallint=Integer
  13. mediumint=Integer
  14. int=Integer
  15. integer=Integer
  16. bigint=Long
  17. float=Float
  18. double=Double
  19. decimal=BigDecimal
  20. bit=Boolean
  21. char=String
  22. varchar=String
  23. tinytext=String
  24. text=String
  25. mediumtext=String
  26. longtext=String
  27. date=LocalDateTime
  28. datetime=LocalDateTime
  29. timestamp=LocalDateTime