pinootto
pinootto
Is it correct the following configuration in the file applicationContext.xml? ``` ``` The pattern="/admin/**" is associated with ROLE_USER. Is it correct? or should it be associated with ROLE_ADMIN?
I have installed finn-examples on Pynq-Z2 (version 2.7), but I cannot run the notebook 3_binarycop_mask_detection.ipynb The error is: `Exception: Bitfile for model = bincop-cnv target platform = Pynq-Z2 not found....
This version is working with Play 2.0.4 # MySql Database ## Table USER CREATE TABLE USER( ID VARCHAR(100) NOT NULL, PROVIDER VARCHAR(100), FIRST_NAME VARCHAR(200), LAST_NAME VARCHAR(200), EMAIL VARCHAR(100), PASSWORD VARCHAR(100));...