Skip to content

Commit c774543

Browse files
committed
0.1.7
1 parent 76a88fe commit c774543

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@
2626
4. bug修复
2727

2828
0.1.6
29-
1. prod环境下动态mapping字段,doctrine需要auto_generate_proxy_classes设置为true
29+
1. prod环境下动态mapping字段,doctrine需要auto_generate_proxy_classes设置为true
30+
31+
0.1.7
32+
1. prod环境下动态mapping字段,doctrine需要auto_generate_proxy_classes设置为EVAL对性能更好些

config/packages/prod/doctrine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
doctrine:
22
orm:
3-
auto_generate_proxy_classes: true
3+
auto_generate_proxy_classes: EVAL
44
metadata_cache_driver:
55
type: pool
66
pool: doctrine.system_cache_pool

0 commit comments

Comments
 (0)