有兴趣请加微信, Wechat: 462826
DEMO: http://139.224.8.129:58080
AngularJS, SockJS, SpringBoot, MyBatis, MySQL
- Install docker and docker-compose;
- Download file from https://raw.githubusercontent.com/aaronchen2k/ngtesting-platform/master/docker-compose.yml ;
- In same dir, enter "docker-compose up" to launch.
- Open http://localhost:58080/test.html using Chrome.
-
Create dir "/work/ngtesting-data/" for file upload;
-
Create a MySQL database named "ngtesting-web";
-
Add MySQL user "ngtesting" with password "P2ssw0rd";
-
Run "git clone https://github.com/aaronchen2k/ngtesting-platform.git";
-
Import "src/main/docker/mysql/schema.sql" to database;
-
In project dir, enter command "xdoc/ngtesting-web-1.*.jar" to run;
You may change the config params in application.yml file like this: "xdoc/ngtesting-web-1.*.jar --config.mysql.host=10.0.0.10 --config.mysql.port=3306".
-
Open http://localhost:8080/test.html using Chrome.
All SERVER SIDE source code is licensed under the GPLv3 License.