注释类型 FastMapping

    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      String countQuery
      execute jpa count hql
      String mapping
      mvc request url
      org.springframework.web.bind.annotation.RequestMethod method
      mvc request method
      String value
      execute jpa hql
    • 元素详细资料

      • value

        String value
        execute jpa hql
        默认值:
        ""
      • countQuery

        String countQuery
        execute jpa count hql
        默认值:
        ""
      • method

        org.springframework.web.bind.annotation.RequestMethod method
        mvc request method
        默认值:
        org.springframework.web.bind.annotation.RequestMethod.GET
      • mapping

        String mapping
        mvc request url
        默认值:
        ""