Browse Source

修改腾讯云部署环境配置文件

suntg 7 years ago
parent
commit
5166abe205
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/spring/context.xml

+ 1 - 1
src/main/resources/spring/context.xml

@@ -120,7 +120,7 @@
 			<bean class="org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter">
 				<property name="generateDdl" value="false" />
 				<property name="databasePlatform" value="org.hibernate.dialect.MySQL5InnoDBDialect" />
-				<property name="showSql" value="true" />
+				<property name="showSql" value="false" />
 			</bean>
 		</property>
 		<property name="jpaDialect">