mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2026-05-22 18:10:04 +08:00
优化正则表达式点号的处理,优化处理字段类型,对number类型增加int,long,BigDecimal的区分判断(感谢@lshz0088的指导)
This commit is contained in:
@@ -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/**
|
||||
Reference in New Issue
Block a user