main
parent
1aaf188daa
commit
09c1251b33
@ -1,27 +0,0 @@
|
||||
#端口号
|
||||
server:
|
||||
port: 8098
|
||||
|
||||
#数据源配置
|
||||
spring:
|
||||
datasource:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://localhost:3306/cac?characterEncoding=utf-8&serverTimezone=UTC
|
||||
username: root
|
||||
password: root
|
||||
#sql:
|
||||
#init:
|
||||
#指定脚本文件位置
|
||||
#schema-locations: classpath:user.sql
|
||||
#初始化方式
|
||||
#mode: always
|
||||
#设置数据源类型C
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
mybatis:
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true
|
||||
#mybatis:
|
||||
#指定mybatis配置文件的位置
|
||||
#config-location: classpath:mybatis/mybatis-config.xml
|
||||
#指定映射文件的位置
|
||||
mapper-locations: classpath:mybatis/mapper/*.xml
|
@ -1,12 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1> ${list}</h1>
|
||||
<h1> ${name}</h1>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1,3 +0,0 @@
|
||||
artifactId=mqtt
|
||||
groupId=com.xydl
|
||||
version=1.0-SNAPSHOT
|
Binary file not shown.
Loading…
Reference in New Issue