中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

springboot怎么用webjars集成jquery,bootstrap,layui

發布時間:2021-06-15 16:09:24 來源:億速云 閱讀:338 作者:小新 欄目:編程語言

這篇文章主要介紹了springboot怎么用webjars集成jquery,bootstrap,layui,具有一定借鑒價值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。

倉庫中搜索坐標:https://mvnrepository.com/ springboot怎么用webjars集成jquery,bootstrap,layui springboot怎么用webjars集成jquery,bootstrap,layui

必須要放:webjars-locator這個依賴來加載后面引入的jquery等庫

 <!-- https://mvnrepository.com/artifact/org.webjars/webjars-locator -->
        <dependency>
            <groupId>org.webjars</groupId>
            <artifactId>webjars-locator</artifactId>
            <version>0.40</version>
        </dependency>
        <!-- https://mvnrepository.com/artifact/org.webjars.bower/jquery -->
        <dependency>
            <groupId>org.webjars.bower</groupId>
            <artifactId>jquery</artifactId>
            <version>3.6.0</version>
        </dependency>
        <!-- https://mvnrepository.com/artifact/org.webjars/bootstrap -->
        <dependency>
            <groupId>org.webjars</groupId>
            <artifactId>bootstrap</artifactId>
            <version>5.0.0</version>
        </dependency>
        <!-- https://mvnrepository.com/artifact/org.webjars/layui -->
        <dependency>
            <groupId>org.webjars</groupId>
            <artifactId>layui</artifactId>
            <version>2.5.7</version>
        </dependency>
<!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <link rel="shortcut icon" href="../static/favicon.ico" th:href="@{/static/favicon.ico}"/>
    <script src="/webjars/jquery/dist/jquery.js"></script>
<!--bootstarp基于jquery,所以放在前面-->
    <script src="/webjars/bootstrap/js/bootstrap.js"></script>
    <link rel="stylesheet" href="/webjars/bootstrap/css/bootstrap.css"/>

<!--    layui引入-->
    <script src="/webjars/layui/layui.js"></script>
    <link rel="stylesheet" href="/webjars/layui/css/layui.css"/>
</head>
<body>
<div class="con">
 名稱(jquery):
            <select data-placeholder="請選擇商品"   name="productid2" id="productid2" required>
            </select>
 layui時間:
            <input type="text" class="layui-input" id="test5" placeholder="yyyy-MM-dd HH:mm:ss"/>
              bootstrap 分頁效果:
            <nav aria-label="Page navigation example">
                <ul class="pagination">
                    <li class="page-item"><a class="page-link" href="#">Previous</a></li>
                    <li class="page-item"><a class="page-link" href="#">1</a></li>
                    <li class="page-item"><a class="page-link" href="#">2</a></li>
                    <li class="page-item"><a class="page-link" href="#">3</a></li>
                    <li class="page-item"><a class="page-link" href="#">Next</a></li>
                </ul>
            </nav>
</div>
 <script>
  $(function(){
                //調用后端接口
                $.get("/product/getProductList",
                    {},
                    function(data){
                        debugger;
                        let productlist = '<option   value=""   selected>-請選擇商品-</option>';
                        for (let i = 0; i < data.length; i++) {
                            let product = data[i];
                            productlist += '<option   value="'+product.id+'"   selected>'+product.productname+'</option>';
                        }
                        //所有的書的列表
                        $("#productid2").html(productlist);
                    });
            });

            $(function(){
                // alert("jq main_xs ready");
                layui.use('laydate', function(){
                    var laydate = layui.laydate;
                    //日期時間選擇器
                    laydate.render({
                        elem: '#test5'
                        ,type: 'datetime'
                    });
                });
            });
        </script>
</body>
</html>
package com.example.springboot_jxc_0511.jxc.controller;


import com.example.springboot_jxc_0511.jxc.entity.Product;
import com.example.springboot_jxc_0511.jxc.service.IProductService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;

import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.annotation.RestController;

import java.util.List;

/**
 * <p>
 *  前端控制器
 * </p>
 *
 * @author gongxl
 * @since 2021-05-11
 */
@Controller
@RequestMapping("/product")
public class ProductController {
    @Autowired
    private IProductService iProductService;

    @RequestMapping("getProductList")
    @ResponseBody
    public List<Product> getProductList(){
        //視圖名
        List<Product> productList = iProductService.list();
        return productList;
    }
}

感謝你能夠認真閱讀完這篇文章,希望小編分享的“springboot怎么用webjars集成jquery,bootstrap,layui”這篇文章對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,更多相關知識等著你來學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

宜黄县| 太白县| 屯门区| 大新县| 阿坝| 洪江市| 阳江市| 津南区| 康保县| 阜新| 平武县| 诏安县| 万全县| 启东市| 漠河县| 大埔区| 陵川县| 鹿邑县| 班玛县| 江陵县| 宁蒗| 东光县| 婺源县| 辉县市| 田林县| 甘孜县| 五台县| 延安市| 衡阳县| 乐陵市| 河西区| 镇康县| 宿松县| 乐安县| 耿马| 富宁县| 洛阳市| 新竹市| 嘉祥县| 太原市| 来宾市|