提交 27dff508 编写于 作者: IBZGIT01's avatar IBZGIT01

ibizdev提交

上级 0749a9f3
!!!!模版产生代码错误:----
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: #assign dbinst = sysrun.getPSDBDevInst() [in template "CODETEMPL_zh_CN" at line 1, column 1]
----
\ No newline at end of file
spring:
datasource:
username: test
password: 'test'
url: jdbc:mysql://127.0.0.1:3306/demo?useUnicode=true&characterEncoding=utf-8&usessl=false
driver-class-name: com.mysql.jdbc.Driver
jackson:
serialization:
indent-output: true
jpa:
hibernate:
ddl-auto: update
show-sql: true
database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
logging:
level:
cn.ibizhub.demo: debug
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册