generator.properties 625 B

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