Skip to content

Rainmore

Enjoy every single moment of my life

Recent Posts

  • Renew Let’s Encrypt
  • Spring RequestMapping Regx
  • Ubuntu Reconfigure Locale
  • How to Extract the Private and Public Key From pfx File
  • Install zsh

Recent Comments

    Archives

    • March 2019
    • February 2019
    • November 2018
    • September 2018
    • August 2018
    • July 2018
    • June 2018
    • May 2018

    Categories

    • Algorithm
    • Docker
    • Haskell
    • Java 8
    • Linux
    • MongoDB
    • MySQL
    • Uncategorized

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org

    Month: February 2019

    Spring RequestMapping Regx

    Match everything
    /{path: [^\\.]+}/**

    Match not equals

    /{path:(?!api)\\.*$}/**
    ^(?!.*(svn|cvs|nvs|mvc)).*$
    ^(?!(svn|cvs|nvs|mvc)).*$
    ^((?!svn).)*$
    Posted on 2019-02-182019-02-18Categories Uncategorized
    Proudly powered by WordPress