A framework for building Shopify Apps using Java Spring Boot

 

https://www.digitalsanctuary.com/java/a-framework-for-building-shopify-apps-using-java-spring-boot.html

https://github.com/devondragon/SpringShopifyAppFramework

https://github.com/devondragon/SpringShopifyAppFramework

old/deprecated project :https://github.com/natf17/shopify-embedded-app; https://github.com/ChannelApe/shopify-sdk

https://www.justblackmagic.com/2021/11/16/can-you-build-a-shopify-app-using-java-spring-boot/

MD5
public String getHash(String str) { //str may be an URL.
  try{
     MessageDigest mdgt = MessageDigest.getInstance("MD5");
     byte[] bs = str.getBytes();
     mdgt.update(bs);
     return new BigInteger(1, mdgt.digest()).toString(36); //36 hexadecimal string
  }catch(Exception e){...}
}



评论

此博客中的热门博文

XML, XSL, HTML

Input in element.eleme.io

Data URI是由RFC 2397 ACE