优化正则表达式点号的处理,优化处理字段类型,对number类型增加int,long,BigDecimal的区分判断(感谢@lshz0088的指导)

This commit is contained in:
moshowgame@126.com
2018-11-22 14:14:46 +08:00
parent 506c770a5d
commit 09836c1da5
4 changed files with 31 additions and 34 deletions

View File

@@ -28,32 +28,5 @@ spring:
expose-session-attributes: true
expose-spring-macro-helpers: true
#template-loader-path: classpath:/templates/
jpa:
show-sql: true
naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
dialect: org.hibernate.dialect.MySQL5Dialect
properties:
hibernate:
hbm2ddl:
auto: update
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driverClassName: com.mysql.jdbc.Driver
driver-class-name: com.mysql.jdbc.Driver
platform: mysql
url: jdbc:mysql://127.0.0.1:3306/test?useUnicode=true&characterEncoding=utf-8&useSSL=false
username: root
password: root
initialSize: 5
minIdle: 5
maxActive: 20
maxWait: 60000
timeBetweenEvictionRunsMillis: 60000
minEvictableIdleTimeMillis: 300000
validationQuery: SELECT 1
testWhileIdle: true
testOnBorrow: false
testOnReturn: false
filters: stat,wall,log4j
mvc:
static-path-pattern: /static/**