Springboot java 17 OpenJDK backend application Restful API for Hyperledger Fabric 2.2
Dev branch runs on JDK 1.8
make update on the controller and the service to match the location of your local Fabric
1-
package com.hlf.uncccars.service;
class AdminService
method: getHFCAClient()
Line: 154
2-
package com.hlf.uncccars.controller;
class WebController
private static Gateway connect()
line 65