0
0

appconfig.json 215 B

12345678910111213
  1. {
  2. //Swagger文档
  3. "swagger": false,
  4. //Api地址
  5. "urls": "http://*:8081",
  6. //面向切面编程
  7. "aop": {
  8. //事物
  9. "transaction": false
  10. },
  11. //同步缓存键到数据库
  12. "syncCacheKey": true
  13. }