添加Tailwind和构造其他方式
This commit is contained in:
parent
9ffb92e615
commit
5227742565
8
package.json
Normal file
8
package.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"devDependencies": {
|
||||||
|
"tailwindcss": "^3.3.5"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"flowbite": "^1.8.1"
|
||||||
|
}
|
||||||
|
}
|
@ -3,9 +3,12 @@ package com.xiaolfeng.dormstar;
|
|||||||
import org.springframework.boot.SpringApplication;
|
import org.springframework.boot.SpringApplication;
|
||||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author 筱锋xiao_lfeng
|
||||||
|
* @version v1.0.0
|
||||||
|
*/
|
||||||
@SpringBootApplication
|
@SpringBootApplication
|
||||||
public class DormStarApplication {
|
public class DormStarApplication {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SpringApplication.run(DormStarApplication.class, args);
|
SpringApplication.run(DormStarApplication.class, args);
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,19 @@
|
|||||||
|
server:
|
||||||
|
port: 8080
|
||||||
|
mybatis:
|
||||||
|
configuration:
|
||||||
|
map-underscore-to-camel-case: true
|
||||||
|
spring:
|
||||||
|
datasource:
|
||||||
|
url: jdbc:mysql://192.168.5.190:3306/
|
||||||
|
username: dormstar
|
||||||
|
password: 114477225588
|
||||||
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
|
mail:
|
||||||
|
host: smtp.qiye.aliyun.com
|
||||||
|
port: 25
|
||||||
|
username: frontleaves@x-lf.cn
|
||||||
|
password: Front061823
|
||||||
|
project:
|
||||||
|
version: v1.0.0
|
||||||
|
name: 201京海市保护伞
|
4610
src/main/resources/static/js/flowbite.js
Normal file
4610
src/main/resources/static/js/flowbite.js
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user