Swicth to webjars for static sample
This commit is contained in:
parent
559f907b54
commit
aded7435b5
|
@ -33,6 +33,16 @@
|
|||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.webjars</groupId>
|
||||
<artifactId>bootstrap</artifactId>
|
||||
<version>2.3.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.webjars</groupId>
|
||||
<artifactId>jquery</artifactId>
|
||||
<version>2.0.3-1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 8.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
|
@ -3,11 +3,12 @@
|
|||
<head>
|
||||
<title>Static</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css" />
|
||||
<script type="text/javascript" src="/webjars/jquery/2.0.3/jquery.min.js"></script>
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="/css/bootstrap-responsive.min.css" />
|
||||
<script type="text/javascript" src="/js/bootstrap.min.js"></script>
|
||||
href="/webjars/bootstrap/2.3.0/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="/webjars/bootstrap/2.3.0/css/bootstrap-responsive.min.css" />
|
||||
<script type="text/javascript" src="/webjars/bootstrap/2.3.0/js/bootstrap.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar">
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue