json-parse
This commit is contained in:
parent
ab0c8510a7
commit
ce06c10904
@ -4,5 +4,5 @@ spring:
|
||||
main:
|
||||
allow-bean-definition-overriding: true
|
||||
|
||||
# resources:
|
||||
# static-locations: classpath:/templates/
|
||||
resources:
|
||||
static-locations: classpath:/templates/
|
||||
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
|
Before Width: | Height: | Size: 280 KiB After Width: | Height: | Size: 280 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<link rel="icon" type="image/png" href="../static/NIKO.png" th:href="@{/NIKO.png}">
|
||||
<link rel="icon" type="image/png" href="NIKO.png">
|
||||
<title>JSON在线解析及格式化验证</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<meta name="HandheldFriendly" content="True"/>
|
||||
@ -11,9 +11,9 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="all"/>
|
||||
<meta name="author" content="BAOGUTANG-JSON"/>
|
||||
<link href="../static/css/bootstrap.min.css" rel="stylesheet" th:href="@{css/bootstrap.min.css}">
|
||||
<link href="../static/css/font-awesome.min.css" rel="stylesheet" th:href="@{css/font-awesome.min.css}">
|
||||
<link href="../static/css/base.css" rel="stylesheet" th:href="@{css/base.css}">
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet" th:href="@{css/bootstrap.min.css}">
|
||||
<link href="css/font-awesome.min.css" rel="stylesheet" th:href="@{css/font-awesome.min.css}">
|
||||
<link href="css/base.css" rel="stylesheet" th:href="@{css/base.css}">
|
||||
<style>
|
||||
body, html {
|
||||
min-height: 100%;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user