提交 1c36b7b8 authored 作者: 马晨俊's avatar 马晨俊

git update 规则增删改查

上级 a5db92b3
......@@ -13,7 +13,14 @@
<version>0.0.1-SNAPSHOT</version>
<name>inspect</name>
<description>Demo project for Spring Boot</description>
<profiles>
<profile>
<id>dev</id>
<properties>
<spring.profiles.active>dev</spring.profiles.active>
</properties>
</profile>
</profiles>
<properties>
<java.version>1.8</java.version>
</properties>
......
# 配置文件使用 默认使用 dev 环境
#spring.profiles.active=dev
#spring.profiles.active=doc
#spring.profiles.active=prod
# 服务器相关配置
server.port=8079
spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
# 日志文件相关配置
# logging.level.org.hibernate.sql=debug
logging.file.path=./log/master.log
#logging.file=./log/master.log
#spring.datasource.url=jdbc:mysql://localhost:3306/adapt?useSSL=false&serverTimezone=Asia/Shanghai&autoReconnect=true&characterEncoding=utf-8
#spring.datasource.username=root
#spring.datasource.password=root
#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
#spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
# spring-data-jpa 相关配置
# 指jpa对表生成的策略
spring.jpa.hibernate.ddl-auto=create
# 是否显示sql语句
spring.jpa.show-sql=false
# 格式化sql
#spring.jpa.properties.hibernate.format_sql=true
spring.jpa.open-in-view=true
# 验证框架是否对数据操作验证
spring.jpa.properties.javax.persistence.validation.mode=none
# spring-http-文件上传相关配置
spring.servlet.multipart.max-file-size=200MB
spring.servlet.multipart.max-request-size=200MB
#配置时间格式
spring.jacksondate-format = yyyy-MM-dd HH:mm:ss
spring.thymeleaf.cache=false
spring.mvc.static-path-pattern=/**
spring.resources.static-locations=classpath:/uploads/
#highgo
#highgo.driver=org.postgresql.Driver
#highgo.connectionType=postgresql
#highgo.dbName=template1
#driverweb=C:/Program Files/driver/geckodriver.exe
#testCaseExcelTable=C:/Users/admin/Desktop/test.xls
#createTxtPath=C:/
# mysql数据库配置
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
#spring.datasource.url=jdbc:mysql://192.168.1.249:3306/bservice?useSSL=false&serverTimezone=UTC&autoReconnect=true&characterEncoding=utf-8
spring.datasource.url=jdbc:mysql://localhost:3306/adaptation?useSSL=false&serverTimezone=UTC&autoReconnect=true&characterEncoding=utf-8
spring.datasource.username=root
spring.datasource.password=root
maven.home=/usr/share/maven
maven.command=dependency:tree -DoutputType=txt -DoutputFile=
maven.treefile=./tree
spring.redis.host=127.0.0.1
#Redis服务器连接端口
spring.redis.port=6379
#Redis服务器连接密码(默认为空)
spring.redis.password=
\ No newline at end of file
......@@ -56,7 +56,7 @@ spring.datasource.password=root
maven.home=/Users/mcj/apache-maven-3.6.1
maven.command=dependency:tree -DoutputType=txt -DoutputFile=
maven.treefile=/Users/mcj/IdeaProjects/inspect/hello
maven.treefile=./hello
spring.redis.host=127.0.0.1
#Redis服务器连接端口
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论